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 a6f0eb8 commit 4d0de58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ setup_py:
- pytest-rng>=1.0.0
docs_req:
- numpy<1.20 # prevent matplotlib from installing an incompatible numpy version
- matplotlib>=3.0.2
- matplotlib>=3.0.2,<3.4.3
- jupyter>=1.0.0
- seaborn>=0.9.0
- sphinx>=1.8
Expand Down Expand Up @@ -92,8 +92,6 @@ travis_yml:
ci_scripts:
- template: static
- template: docs
pip_install:
- numpy<1.20
- template: examples
- template: test
coverage: true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read(*filenames, **kwargs):
]
docs_req = [
"numpy<1.20",
"matplotlib>=3.0.2",
"matplotlib>=3.0.2,<3.4.3",
"jupyter>=1.0.0",
"seaborn>=0.9.0",
"sphinx>=1.8",
Expand Down

0 comments on commit 4d0de58

Please sign in to comment.