We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0de1d5 commit 4a954d0Copy full SHA for 4a954d0
2 files changed
constraints.txt
@@ -1 +1,3 @@
1
-cftime<1.1.1;python_version=='3.5'
+cftime<1.1.1;python_version=='3.5'
2
+pandas<0.25.0;python_version=='3.5'
3
+xarray<0.14.0;python_version=='3.5'
setup.py
@@ -4,8 +4,8 @@
4
'jsonschema>=2.6.0,<3.0.0',
5
'numpy>=1.13.0',
6
'netCDF4>=1.5.3',
7
- 'pandas>=0.24.2,<0.25.0',
8
- 'xarray>=0.11.3,<0.14.0'
+ 'pandas>=0.24.2',
+ 'xarray>=0.11.3'
9
]
10
11
TESTS_REQUIRE = [
0 commit comments