Skip to content

Commit

Permalink
updated yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
annajungbluth committed Apr 26, 2024
1 parent 085c689 commit 0621768
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 20 deletions.
67 changes: 67 additions & 0 deletions environment-iti.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# name: rs_tools
channels:
- conda-forge
dependencies:
- python=3.11
# Standard Libraries
- numpy # Numerical Linear Algebra
# - scipy # Scientific Computing
# - scikit-image
- xarray
- rioxarray
- goes2go
- earthaccess
- eumdac
- pyinterp
# - conda-forge::torchgeo
- pandas # Data structure
- scikit-learn # Machine Learning
# - joblib # Parallelization
# PLOTTING LIBRARY
- matplotlib # standard plotting library
- seaborn # Stats viz library
# - conda-forge::hvplot
# Storage
- netCDF4
- zarr
- h5netcdf
- nvidia/label/cuda-12.2.0::cuda
# - gdal>=3.4.1,<=3.6.3
# - h5py
# GUI
- ipywidgets
- ipykernel
- tqdm
- pip
- pip:
- toolz
- typer
- einops
# PYTORCH
- torch
- torchvision
- lightning
# - git+https://github.com/spaceml-org/InstrumentToInstrument.git@development
# 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
- wandb

43 changes: 23 additions & 20 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
name: rs_tools
# name: rs_tools
channels:
- conda-forge
dependencies:
- python=3.11
- python=3.10
# Standard Libraries
- numpy # Numerical Linear Algebra
- scipy # Scientific Computing
- scikit-image
- conda-forge::xarray
- conda-forge::rioxarray
- conda-forge::goes2go
- conda-forge::earthaccess
- conda-forge::pyinterp
- conda-forge::torchgeo
# - scipy # Scientific Computing
# - scikit-image
- xarray
- rioxarray
- goes2go
- earthaccess
- eumdac
- pyinterp
# - conda-forge::torchgeo
- pandas # Data structure
- scikit-learn # Machine Learning
- joblib # Parallelization
# - joblib # Parallelization
# PLOTTING LIBRARY
- matplotlib # standard plotting library
- seaborn # Stats viz library
- conda-forge::hvplot
# - conda-forge::hvplot
# Storage
- conda-forge::netCDF4
- conda-forge::zarr
- conda-forge::h5netcdf
- conda-forge::gdal>=3.4.1,<=3.6.3
- h5py
- netCDF4
- zarr
- h5netcdf
# - gdal>=3.4.1,<=3.6.3
# - h5py
# GUI
- conda-forge::ipywidgets
- ipywidgets
- ipykernel
- conda-forge::tqdm
- tqdm
- pip
- pip:
- toolz
Expand All @@ -55,4 +56,6 @@ dependencies:
- tabulate
# experiment
- hydra-core
- hydra-zen
- hydra-zen
- wandb

0 comments on commit 0621768

Please sign in to comment.