-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenvironment-cf.yaml
44 lines (44 loc) · 900 Bytes
/
environment-cf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This file is only used to generate pinned dependencies for the conda package with scripts/generate_deps_list
# It imposes dependencies from conda-forge and excludes pip packages
# Versions extracted will be based on the current build of the docker image. Pinned versions can be forced in environment.yaml
# DO NOT USE FOR ANOTHER PURPOSE
# This file is not currently used
name: eo_tools
channels:
- conda-forge
dependencies:
- python=3.12
- pyproj=3.6.1
- pytest
- gdal
- rasterio
- pyrosar
- spatialist
- pip
- pystac
- pystac-client
- geopandas
- pandas
- eodag=2.12.1
- ipykernel
- ipywidgets
- black
- scikit-image
- ipyleaflet
- folium
- tqdm
- xmltodict
- httpx
- xarray
- netcdf4
- rioxarray
- numba
- dask
- bottleneck
- websockets
- watchfiles
- uvloop
- python-dotenv
- httptools
- planetary-computer
# - numexpr