Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): remove unnecessary dependency declarations
- networkx was only for g2p, and is no longer even required - anyio is another indirect dependency, and we no longer need to hold it back to <4: the incompatibility that seems to have addressed appears to be gone - httpx is a testing dependency only, not a base one, for testing our API implemented with fastapi
- Loading branch information