-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathenvironment.yml
More file actions
60 lines (51 loc) · 1.03 KB
/
environment.yml
File metadata and controls
60 lines (51 loc) · 1.03 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: rsembed
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- pip
- ipykernel
- pip:
# PyTorch ecosystem
- torch>=2.2
- torchvision>=0.17
# timm: pinned range required by THOR vendored runtime
- timm>=1.0.3,<=1.0.15
# Foundation models & HuggingFace
- transformers
- diffusers
- huggingface-hub
- tifffile
- presto
- geotessera
- rshf
- open-clip-torch==2.32.0
# Computer vision
- albumentations
- opencv-python-headless
- scikit-image
# Geospatial data
- rioxarray
- xarray
- netCDF4>=1.6
- earthengine-api
- geemap
# Scientific computing
- scipy
- scikit-learn
- h5py
- dask
- pyarrow
- zarr
# Experiment tracking & visualization
- wandb
- plotly
# Config & utilities
- hydra-core
- pycocotools
# Development
- pytest
- pytest-cov
# Jupyter widgets
- ipywidgets