Skip to content

Commit fe13b30

Browse files
authored
Merge pull request #321 from ckan/Zharktas-patch-2
latest pyproj requires python 3.10, lock the version to released 3.6.1
2 parents 7883860 + 7e70dbe commit fe13b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pyparsing>=2.1.10
55
requests>=1.1.0
66
cython==0.29.36; python_version < '3.9'
77
pyproj==2.6.1; python_version < '3.9'
8-
pyproj @ git+https://github.com/pyproj4/pyproj.git@main; python_version >= '3.9'
8+
pyproj==3.6.1; python_version >= '3.9'
99

1010
Shapely==2.0.1
1111
OWSLib==0.28.1

0 commit comments

Comments
 (0)