Skip to content

Commit

Permalink
completely removed cartopy
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Feb 9, 2022
1 parent e2f77d7 commit be0c5f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions docker/eolearn.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ENV C_INCLUDE_PATH=/usr/include/gdal

RUN pip3 install --no-cache-dir pip --upgrade
RUN pip3 install --no-cache-dir shapely --no-binary :all:
RUN FORCE_CYTHON=1 pip install cartopy

WORKDIR /tmp

Expand All @@ -41,7 +40,7 @@ RUN pip3 install --no-cache-dir \
-r ./io/requirements-geodb.txt \
./mask \
./ml_tools \
./visualization[HVPLOT]
./visualization

RUN pip3 install --no-cache-dir \
. \
Expand Down
1 change: 0 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: eo-learn-docs
channels:
- conda-forge
dependencies:
- cartopy=0.17.0
- pip:
- Sphinx~=4.0
- sphinx-rtd-theme
Expand Down

0 comments on commit be0c5f1

Please sign in to comment.