-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment.yaml
54 lines (54 loc) · 1.02 KB
/
environment.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
name: helio_tools
channels:
- conda-forge
dependencies:
- python=3.10
# Standard Libraries
- numpy # Numerical Linear Algebra
- scipy # Scientific Computing
- scikit-image
- astropy
- sunpy
- sunpy-soar
- conda-forge::aiapy
- pandas # Data structure
- scikit-learn # Machine Learning
- joblib # Parallelization
# PLOTTING LIBRARY
- matplotlib # standard plotting library
- seaborn # Stats viz library
# Storage
- conda-forge::netCDF4
- conda-forge::zarr
- conda-forge::gdal>=3.4.1,<=3.6.3
# GUI
- conda-forge::ipywidgets
- ipykernel
- conda-forge::tqdm
- pip
- pip:
- toolz
- typer
- einops
- rastervision==0.21.3
# formatting
- black
- pylint
- isort
- flake8
- mypy
- pytest
- pre-commit
# Notebook stuff
- autoroot
- pyprojroot
- python-dotenv
# logging
- loguru
# plotting
- celluloid
- corner
- tabulate
# experiment
- hydra-core
- hydra-zen