Skip to content

Commit

Permalink
quote-protect fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
metzm committed Jan 15, 2025
1 parent 7c3e726 commit a434c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV GRASS_ADDON_BASE=/usr/local/grass84

# install external dependencies
# do not use scikit-learn >=1.6 because it introduced breaking changes incompatible with r.learn.ml2
RUN pip3 install py7zr tqdm requests psutil scikit-learn==1.5.2 pyproj pandas
RUN pip3 install py7zr tqdm requests psutil "scikit-learn==1.5.2" pyproj pandas

# install official addons
RUN grass --tmp-location EPSG:4326 --exec g.extension r.mapcalc.tiled -s
Expand Down

0 comments on commit a434c47

Please sign in to comment.