Skip to content

Commit

Permalink
fixup! Fix numpy installation
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Aug 13, 2021
1 parent 8d5548f commit cdaf1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ setup_py:
- pytest>=6.1.0
- pytest-rng>=1.0.0
docs_req:
- numpy<1.20 # prevent matplotlib from installing an incompatible numpy version
- matplotlib>=3.0.2
- jupyter>=1.0.0
- seaborn>=0.9.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def read(*filenames, **kwargs):
"tensorflow>=2.1.0",
]
docs_req = [
"numpy<1.20",
"matplotlib>=3.0.2",
"jupyter>=1.0.0",
"seaborn>=0.9.0",
Expand Down

0 comments on commit cdaf1dd

Please sign in to comment.