Skip to content

Commit

Permalink
Add safetensors to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed May 10, 2024
1 parent fb773ea commit a9dc9e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ requirements:
- lightning~=2.2
- torchmetrics>=1.1.0
- conda-forge::threadpoolctl~=3.4.0
- conda-forge::safetensors~=0.4.0
- albumentations
- rich

Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
- conda-forge::lightning~=2.2.0
- conda-forge::torchmetrics>=1.1.0
- conda-forge::threadpoolctl~=3.4
- conda-forge::safetensors~=0.4.0
- pip
- albumentations
- rich
Expand Down
1 change: 1 addition & 0 deletions environment_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
- conda-forge::lightning~=2.2.0
- conda-forge::torchmetrics>=1.1.0
- conda-forge::threadpoolctl~=3.4
- conda-forge::safetensors~=0.4.0
- pip
- albumentations
- rich
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ install_requires =
torchmetrics>=1.1.0
threadpoolctl~=3.4.0
importlib-resources>=1.3.0
safetensors~=0.4.0
rich

[options.extras_require]
Expand Down

0 comments on commit a9dc9e4

Please sign in to comment.