Skip to content

Commit

Permalink
move to environment.txt and pyproject.toml for dependencies
Browse files Browse the repository at this point in the history
as part of move to mamba
  • Loading branch information
henryaddison committed Aug 16, 2023
1 parent 856f407 commit 9267d56
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 44 deletions.
8 changes: 4 additions & 4 deletions environment.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ dependencies:
- brotlipy=0.7.0=py39hb9d737c_1005
- bzip2=1.0.8=h7f98852_4
- c-ares=1.18.1=h7f98852_0
- ca-certificates=2022.12.7=ha878542_0
- ca-certificates=2023.5.7=hbcca054_0
- cachetools=5.2.0=pyhd8ed1ab_0
- cairo=1.16.0=ha61ee94_1014
- cartopy=0.21.1=py39h6e7ad6e_0
- cdo=2.1.0=h15029e1_0
- certifi=2022.12.7=pyhd8ed1ab_0
- certifi=2023.5.7=pyhd8ed1ab_0
- cf-units=3.1.1=py39h2ae25f5_2
- cffi=1.15.1=py39he91dace_3
- cfgv=3.3.1=pyhd8ed1ab_0
Expand Down Expand Up @@ -223,7 +223,7 @@ dependencies:
- oauthlib=3.2.2=pyhd8ed1ab_0
- openh264=2.1.1=h780b84a_0
- openjpeg=2.5.0=h7d73246_1
- openssl=3.0.7=h0b41bf4_1
- openssl=3.1.0=hd590300_3
- orc=1.8.1=hfdbbad2_0
- ossuuid=1.6.2=hf484d3e_1000
- packaging=21.3=pyhd8ed1ab_0
Expand Down Expand Up @@ -366,4 +366,4 @@ dependencies:
- flufl-lock==7.1.1
- netcdf4==1.6.3
- python-cmethods==1.0.1
prefix: /home/henry/miniconda3/envs/cuda-downscaling
prefix: /home/henry/mambaforge/envs/cuda-downscaling
33 changes: 33 additions & 0 deletions environment.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Channels:
# - pytorch
# - conda-forge
absl-py
black==22.10.0
bottleneck
cdo
codetiming
cudatoolkit=11.3.1
dask
filelock
flake8==6.0.0
iris
knockknock
metpy
ml-collections
mlflow
netcdf4
ninja
pint
pip
pre-commit
pytest
python=3.9.15
python-cdo
pytorch=1.12.1=py3.9_cuda11.3_cudnn8.3.2_0
shortuuid
tensorboard
torchaudio=0.12.1=py39_cu113
torchvision=0.13.1=py39_cu113
typer
wandb
xarray
40 changes: 0 additions & 40 deletions environment.yml

This file was deleted.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = [
"flufl-lock",
"python-cmethods"
]

[project.urls]
"Homepage" = "https://github.com/henryaddison/score_sde_pytorch"
Expand Down

0 comments on commit 9267d56

Please sign in to comment.