Skip to content

Commit 47830e0

Browse files
authored
unpin numpy (#154)
1 parent 8d0274a commit 47830e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
six
22
cftime!=1.0.2.1
33
cython
4-
numpy<1.17.0
4+
numpy
55
antlr4-python3-runtime==4.7.2; python_version >= '3'
66

77
# udunits2 cannot be installed with pip, and it is expected to be installed separately.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _set_builtin(name, value):
144144
package_data={'cf_units': list(file_walk_relative('cf_units/etc',
145145
remove='cf_units/'))},
146146
install_requires=load('requirements.txt'),
147-
setup_requires=['pytest-runner', 'numpy<1.17.0'],
147+
setup_requires=['pytest-runner', 'numpy'],
148148
tests_require=load('requirements-dev.txt'),
149149
test_suite='cf_units.tests',
150150
cmdclass=cmdclass,

0 commit comments

Comments
 (0)