Skip to content

Commit 414155c

Browse files
committed
Dropping pandas version requirement.
1 parent eefcd7b commit 414155c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyrasterframes/src/main/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytz
22
Shapely>=1.6.0
33
pyspark==2.4.4
44
numpy>=1.7
5-
pandas>=0.25.0
5+
pandas>=0.24.2
66
matplotlib<3.0.0 # no python 2.7 support after v2.x.x
77
ipython==6.2.1
88
rasterio>=1.0.0

pyrasterframes/src/main/python/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ def dest_file(self, src_file):
149149
'Shapely>=1.6.0',
150150
'pyspark==2.4.4',
151151
'numpy>=1.7',
152-
'pandas>=0.25.0',
152+
'pandas>=0.24.2',
153153
],
154154
setup_requires=[
155155
'pytz',
156156
'Shapely>=1.6.0',
157157
'pyspark==2.4.4',
158158
'numpy>=1.7',
159159
'matplotlib<3.0.0',
160-
'pandas>=0.25.0',
160+
'pandas>=0.24.2',
161161
'geopandas',
162162
'requests',
163163
'pytest-runner',
@@ -170,11 +170,11 @@ def dest_file(self, src_file):
170170
'folium',
171171
],
172172
tests_require=[
173-
'pytest==3.4.2',
173+
'pytest>4.0.0,<5.0.0',
174174
'pypandoc',
175175
'numpy>=1.7',
176176
'Shapely>=1.6.0',
177-
'pandas>=0.25.0',
177+
'pandas>=0.24.2',
178178
'rasterio>=1.0.0',
179179
'boto3',
180180
'Pweave==0.30.3',

0 commit comments

Comments
 (0)