Skip to content

Commit

Permalink
Merge pull request #284 from openforcefield/fix-283
Browse files Browse the repository at this point in the history
Fix #283 by pinning anyio<4
  • Loading branch information
j-wags authored Sep 6, 2023
2 parents 9726275 + 2bcab65 commit dd149f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions devtools/conda-envs/no_openeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies:
- uvicorn
- fastapi
- starlette =0.20 # https://github.com/openforcefield/openff-bespokefit/pull/203#issuecomment-1315936000
- anyio <4
- celery
- httpx
- redis-server
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/test-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies:
- uvicorn
- fastapi
- starlette =0.20 # https://github.com/openforcefield/openff-bespokefit/pull/203#issuecomment-1315936000
- anyio <4
- celery
- httpx
- redis-server
Expand Down

0 comments on commit dd149f8

Please sign in to comment.