Skip to content

Commit

Permalink
update .travis.yml and fix numpy-pandas dependency issue (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstangl committed Jan 4, 2021
1 parent dadb2f8 commit 043211a
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
@@ -1,9 +1,9 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
# matrix:
# allow_failures:
# - python: "3.8"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'physics/data/wcsm/*',
]
},
install_requires=['numpy', 'scipy', 'setuptools>=3.3', 'pyyaml',
install_requires=['numpy>=1.16.5', 'scipy', 'setuptools>=3.3', 'pyyaml',
'ckmutil', 'wilson>=2.0', 'particle', ],
extras_require={
'testing': ['nose2'],
Expand Down

0 comments on commit 043211a

Please sign in to comment.