Skip to content

Commit

Permalink
add mlde-utils to list of pip dependencies
Browse files Browse the repository at this point in the history
which are added when installing package
  • Loading branch information
henryaddison committed Feb 23, 2024
1 parent c3227f3 commit bdfceee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
2 changes: 2 additions & 0 deletions environment.lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: cuda-downscaling
channels:
- pytorch
- pyviz
- conda-forge
- defaults
dependencies:
Expand Down Expand Up @@ -364,6 +365,7 @@ dependencies:
- pip:
- atpublic==3.1.1
- flufl-lock==7.1.1
- mlde-utils==0.0.4
- netcdf4==1.6.3
- python-cmethods==1.0.1
prefix: /home/henry/mambaforge/envs/cuda-downscaling
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = [
"flufl-lock",
"python-cmethods"
]
dynamic = ["dependencies"]

[project.urls]
"Homepage" = "https://github.com/henryaddison/score_sde_pytorch"
Expand All @@ -28,6 +25,8 @@ dependencies = [
[project.scripts]
mlde = "ml_downscaling_emulator.bin:app"

[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }

[tool.black]
extend-exclude = '^/src/ml_downscaling_emulator/score_sde_pytorch_hja22/'
14 changes: 3 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
ml-collections==0.1.0
tensorflow-gan==2.0.0
tensorflow_io
tensorflow_datasets==3.1.0
tensorflow==2.4.0
tensorflow-addons==0.12.0
tensorboard==2.4.0
absl-py==0.10.0
torch>=1.7.0
torchvision
ninja
flufl-lock
mlde-utils ~=0.0.4
python-cmethods

0 comments on commit bdfceee

Please sign in to comment.