Skip to content

Commit b9d2344

Browse files
committed
Fixed pyproj dependency.
1 parent 8747697 commit b9d2344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrasterframes/src/main/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ def dest_file(self, src_file):
193193
pyspark,
194194
numpy,
195195
pandas,
196+
pyproj,
196197
tabulate,
197198
deprecation,
198199
],
199200
setup_requires=[
200201
pytz,
201202
shapely,
202203
pyspark,
203-
pyproj,
204204
numpy,
205205
matplotlib,
206206
pandas,

0 commit comments

Comments
 (0)