-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.yaml
60 lines (60 loc) · 1.07 KB
/
env.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: kelp
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.10
- pandas>=2.0
- geopandas
- pydantic>=2.0.2
- pydantic-settings
- cuda
- cudatoolkit
- pytorch
- torchvision
- ttach
- timm
- kornia
- lightning
- segmentation-models-pytorch
- pytorch-cuda=12.1
- mlflow
- dask
- py-xgboost-gpu
- lightgbm
- catboost
- xarray
- rioxarray
- rasterio
- seaborn
- scikit-image
- python-dotenv
- pyyaml
- tqdm
- jupyter
- jupyterlab
- notebook
- pip>=23.0.1
- pip:
- autoflake8>=0.4.1
- black[jupyter]>=23.11.0
- coverage>=7.2.7
- flake8>=6.1.0
- interrogate>=1.5.0
- isort[colors]>=5.12.0
- mkdocs>=1.4.3
- mkdocs-material>=9.1.18
- mkdocs-gen-files>=0.5.0
- mkdocstrings[python]>=0.22.0
- mock>=5.0.2
- mypy>=1.7.1
- pre-commit>=3.3.3
- pytest<8
- pytest-asyncio>=0.21.0
- pytest-cov>=4.1.0
- pytest-mock>=3.11.1
- pytest-pretty>=1.2.0
- types-all>=1.0.0
- types-tqdm>=4.65.0.1