File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
pyrasterframes/src/main/python Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22Shapely >= 1.6.0
33pyspark == 2.4.4
44numpy >= 1.7
5- pandas >= 0.25.0
5+ pandas >= 0.24.2
66matplotlib < 3.0.0 # no python 2.7 support after v2.x.x
77ipython == 6.2.1
88rasterio >= 1.0.0
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments