-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
59 lines (52 loc) · 1.09 KB
/
requirements.txt
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
# --------- pytorch --------- #
torch
torchvision
pytorch-lightning
segmentation_models_pytorch
# --------- fastai --------- #
fastai
# --------- hydra --------- #
hydra-core
hydra-colorlog
hydra-optuna-sweeper
# hydra-ax-sweeper
# hydra-ray-launcher
# hydra-submitit-launcher
# --------- loggers --------- #
wandb
# neptune-client
# mlflow
# comet-ml
# torch_tb_profiler
# --------- linters --------- #
pre-commit # hooks for applying linters on commit
black # code formatting
isort # import sorting
flake8 # code analysis
# --------- others --------- #
python-dotenv # loading env variables from .env file
rich # beautiful text formatting in terminal
pytest # tests
sh # for running bash commands in some tests
scikit-learn # used in some callbacks
seaborn # used in some callbacks
jupyterlab # better jupyter notebooks
pudb # debugger
# --------- geo --------- #
xarray
rasterio
geocube
zarr
fsspec
geopandas
netcdf4
rioxarray
xbatcher
# --------- extra --------- #
richdem
numpy
pathy
pyyaml
zarr
dask
gcsfs