Skip to content

Commit

Permalink
Remove marker for numpy requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Mar 9, 2020
1 parent 519908c commit 0c5d2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ graphviz~=0.13
ipython~=7.0
jinja2~=2.10
kiwipy[rmq]~=0.5.1
numpy<1.17.5,>=1.17.0; python_version == "3.5"
numpy<1.18,~=1.17; python_version >= "3.6"
numpy<1.18,~=1.17
paramiko~=2.6
pg8000~=1.13
pgtest>=1.3.1,~=1.3
Expand Down
3 changes: 1 addition & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"ipython~=7.0",
"jinja2~=2.10",
"kiwipy[rmq]~=0.5.1",
"numpy~=1.17,<1.18; python_version>='3.6'",
"numpy>=1.17.0,<1.17.5; python_version=='3.5'",
"numpy~=1.17,<1.18",
"paramiko~=2.6",
"pika~=1.1",
"plumpy~=0.14.5",
Expand Down

0 comments on commit 0c5d2dc

Please sign in to comment.