Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
henryre committed Feb 13, 2021
1 parent aba5819 commit 56d5057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install:
- pip install -U pip setuptools wheel
- pip install -U tox==3.12.0
- pip install -U codecov
- tox --notest
- travis_wait 15 tox --notest

script:
- tox
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#### ESSENTIAL LIBRARIES

# General scientific computing
numpy>=1.16.0,<2.0.0
numpy>=1.16.0,<1.20.0
scipy>=1.2.0,<2.0.0

# Data storage and function application
Expand Down

0 comments on commit 56d5057

Please sign in to comment.