File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ ENV C_INCLUDE_PATH=/usr/include/gdal
17
17
18
18
RUN pip3 install --no-cache-dir pip --upgrade
19
19
RUN pip3 install --no-cache-dir shapely --no-binary :all:
20
- RUN FORCE_CYTHON=1 pip install cartopy
21
20
22
21
WORKDIR /tmp
23
22
@@ -41,7 +40,7 @@ RUN pip3 install --no-cache-dir \
41
40
-r ./io/requirements-geodb.txt \
42
41
./mask \
43
42
./ml_tools \
44
- ./visualization[HVPLOT]
43
+ ./visualization
45
44
46
45
RUN pip3 install --no-cache-dir \
47
46
. \
Original file line number Diff line number Diff line change @@ -2,20 +2,19 @@ name: eo-learn-docs
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - cartopy=0.17.0
5
+ - rasterio
6
6
- pip :
7
7
- Sphinx~=4.0
8
8
- sphinx-rtd-theme
9
9
- nbsphinx
10
10
- jupyter
11
11
- m2r2
12
- - ray
13
12
14
- - ./../core[RAY]
13
+ - ./../core
15
14
- ./../coregistration
16
15
- ./../features
17
16
- ./../geometry
18
17
- ./../io[METEOBLUE]
19
18
- ./../mask
20
19
- ./../ml_tools
21
- - ./../visualization[HVPLOT]
20
+ - ./../visualization
You can’t perform that action at this time.
0 commit comments