Skip to content

Commit

Permalink
Updated environment
Browse files Browse the repository at this point in the history
  • Loading branch information
djgagne committed Aug 26, 2024
1 parent 4fe08c9 commit dc4619f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions environment_torch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: guesstorch
channels:
- conda-forge
- pytorch
dependencies:
- python=3.11
- numpy<2
- scipy
- matplotlib
- xarray
- metpy
- netcdf4
- pandas
- pyyaml
- pytest
- pip
- pyproj
- jupyter
- jupyterlab
- cartopy
- tqdm
- seaborn
- sphinx
- numba
- properscoring
- pyarrow
- imbalanced-learn
- pytorch
- pip:
- keras
- echo-opt
- hagelslag
- bridgescaler
- -e git+https://github.com/ai2es/ptype-physical.git#egg=ptype
- -e .

0 comments on commit dc4619f

Please sign in to comment.