Skip to content

Commit

Permalink
chore: downgrade pyproj version to 3.6.0 in requirements.txt and IceF…
Browse files Browse the repository at this point in the history
…loeTracker.jl
  • Loading branch information
cpaniaguam committed Nov 12, 2024
1 parent 2036f19 commit 3a95a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jinja2==3.1
numpy==1.24
pandas==2.1
pyproj==3.7.0
pyproj==3.6.0
rasterio==1.4.1
scikit-image==0.24.0
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion src/IceFloeTracker.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const sk_exposure = PyNULL()
const getlatlon = PyNULL()

function __init__()
pyimport_conda("pyproj", "pyproj=3.7.0")
pyimport_conda("pyproj", "pyproj=3.6.0")
pyimport_conda("rasterio", "rasterio=1.4.2")
skimage = "scikit-image=0.24.0"
copy!(sk_measure, pyimport_conda("skimage.measure", skimage))
Expand Down

0 comments on commit 3a95a2c

Please sign in to comment.