Skip to content

Commit

Permalink
unpin numpy (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Aug 2, 2019
1 parent 8d0274a commit 47830e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
six
cftime!=1.0.2.1
cython
numpy<1.17.0
numpy
antlr4-python3-runtime==4.7.2; python_version >= '3'

# udunits2 cannot be installed with pip, and it is expected to be installed separately.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -144,7 +144,7 @@ def _set_builtin(name, value):
package_data={'cf_units': list(file_walk_relative('cf_units/etc',
remove='cf_units/'))},
install_requires=load('requirements.txt'),
setup_requires=['pytest-runner', 'numpy<1.17.0'],
setup_requires=['pytest-runner', 'numpy'],
tests_require=load('requirements-dev.txt'),
test_suite='cf_units.tests',
cmdclass=cmdclass,
Expand Down

0 comments on commit 47830e0

Please sign in to comment.