Skip to content

Commit

Permalink
Limit numpy and h5py max versions due to tensorflow 2.3.1 max support…
Browse files Browse the repository at this point in the history
…ed versions (#990)
  • Loading branch information
carlogrisetti committed Nov 12, 2020
1 parent 4330790 commit 50c19c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cython>=0.25
h5py>=2.6
numpy>=1.15
h5py>=2.6,<2.11.0
numpy>=1.15,<1.19.0
pandas>=0.19
scipy>=0.18
tabulate>=0.7
Expand Down
2 changes: 1 addition & 1 deletion requirements_serve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ uvicorn
fastapi
pydantic
python-multipart
neuropod
neuropod ; platform_system != "Windows"

0 comments on commit 50c19c8

Please sign in to comment.