Skip to content

Commit

Permalink
Updated conda environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpf committed Feb 12, 2024
1 parent 4e00aa1 commit b668fa8
Showing 1 changed file with 31 additions and 10 deletions.
41 changes: 31 additions & 10 deletions conda_environment.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,39 @@
name: gprof_nn
name: gprof_v8
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.10
- pytorch
- torchvision
- torchaudio
- lightning
- pytorch-cuda=11.7
- pytorch::pytorch
- pytorch::pytorch-cuda=12.1
- pytorch::torchvision
- pytorch::torchaudio
- netcdf4
- pyyaml
- pooch
- zarr
- dask[version='>=0.17.1']
- pyorbital
- pyresample[version='>=1.10.3']
- trollimage[version='>=1.5.1']
- appdirs
- h5py
- pyproj
- pyresample
- tensorboard
- xarray
- donfig
- pillow
- numpy[version='>=1.4.1']
- pyspectral
- trollsift
- xarray[version='>=0.10.1']
- satpy
- shapely[version='>2.0']
- cartopy
- llvm-openmp[version='14']
- ipywidgets
- lightning
- protobuf
- geopandas
- pip:
- "git+https://github.com/see-geo/pansat@refactoring"
- "git+https://github.com/simonpf/pytorch_retrieve"

0 comments on commit b668fa8

Please sign in to comment.