Skip to content

Commit 563288d

Browse files
committed
updated documentation and docker dependencies
1 parent d8f814d commit 563288d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docker/eolearn.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ENV C_INCLUDE_PATH=/usr/include/gdal
1717

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

2221
WORKDIR /tmp
2322

@@ -41,7 +40,7 @@ RUN pip3 install --no-cache-dir \
4140
-r ./io/requirements-geodb.txt \
4241
./mask \
4342
./ml_tools \
44-
./visualization[HVPLOT]
43+
./visualization
4544

4645
RUN pip3 install --no-cache-dir \
4746
. \

docs/environment.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@ name: eo-learn-docs
22
channels:
33
- conda-forge
44
dependencies:
5-
- cartopy=0.17.0
5+
- rasterio
66
- pip:
77
- Sphinx~=4.0
88
- sphinx-rtd-theme
99
- nbsphinx
1010
- jupyter
1111
- m2r2
12-
- ray
1312

14-
- ./../core[RAY]
13+
- ./../core
1514
- ./../coregistration
1615
- ./../features
1716
- ./../geometry
1817
- ./../io[METEOBLUE]
1918
- ./../mask
2019
- ./../ml_tools
21-
- ./../visualization[HVPLOT]
20+
- ./../visualization

0 commit comments

Comments
 (0)