Skip to content

Commit 1011420

Browse files
authored
Merge pull request #119 from aodn/cftime-constraint
Add constraints.txt
2 parents 2db741d + 4a954d0 commit 1011420

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

constraints.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
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'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
--index-url https://pypi.python.org/simple/
2+
-c constraints.txt
23
-e .

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
'jsonschema>=2.6.0,<3.0.0',
55
'numpy>=1.13.0',
66
'netCDF4>=1.5.3',
7-
'pandas>=0.24.2,<0.25.0',
8-
'xarray>=0.11.3,<0.14.0'
7+
'pandas>=0.24.2',
8+
'xarray>=0.11.3'
99
]
1010

1111
TESTS_REQUIRE = [

0 commit comments

Comments
 (0)