We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0274a commit 47830e0Copy full SHA for 47830e0
requirements.txt
@@ -1,7 +1,7 @@
1
six
2
cftime!=1.0.2.1
3
cython
4
-numpy<1.17.0
+numpy
5
antlr4-python3-runtime==4.7.2; python_version >= '3'
6
7
# udunits2 cannot be installed with pip, and it is expected to be installed separately.
setup.py
@@ -144,7 +144,7 @@ def _set_builtin(name, value):
144
package_data={'cf_units': list(file_walk_relative('cf_units/etc',
145
remove='cf_units/'))},
146
install_requires=load('requirements.txt'),
147
- setup_requires=['pytest-runner', 'numpy<1.17.0'],
+ setup_requires=['pytest-runner', 'numpy'],
148
tests_require=load('requirements-dev.txt'),
149
test_suite='cf_units.tests',
150
cmdclass=cmdclass,
0 commit comments