Skip to content

Commit

Permalink
update dependencies for Ortho4XP v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Feb 29, 2024
1 parent e6585f7 commit 6d70ba0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
14 changes: 8 additions & 6 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
cython
chardet==4.0.0
idna==2.10
numpy==1.23.5
#geos
shapely==1.8.5
rtree
pillow
requests
pyproj
pillow==10.2.0
pyproj==3.4.1
requests==2.31.0
rtree==0.9.7
scikit-fmm
shapely==1.7.1
urllib3==1.26.18
12 changes: 9 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ certifi==2023.7.22
# via
# pyproj
# requests
chardet==4.0.0
# via -r requirements.in
charset-normalizer==3.3.2
# via requests
cython==3.0.8
# via -r requirements.in
idna==2.10
# via requests
# via
# -r requirements.in
# requests
numpy==1.23.5
# via
# -r requirements.in
Expand All @@ -28,7 +32,9 @@ rtree==0.9.7
# via -r requirements.in
scikit-fmm==2023.4.2
# via -r requirements.in
shapely==1.8.5
shapely==1.7.1
# via -r requirements.in
urllib3==1.26.18
# via requests
# via
# -r requirements.in
# requests

0 comments on commit 6d70ba0

Please sign in to comment.