Skip to content

Commit

Permalink
s/pytorch-lightning/lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Apr 2, 2024
1 parent c1e8b4f commit 5263797
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requirements:
- pyvips
- coremltools
- pyarrow
- pytorch-lightning~=2.0
- lightning~=2.0
- torchmetrics>=1.1.0
- conda-forge::threadpoolctl~=3.2.0
- albumentations
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- imagemagick>=7.1.0
- pyarrow
- importlib-resources>=1.3.0
- conda-forge::pytorch-lightning~=2.0.0
- conda-forge::lightning~=2.0.0
- conda-forge::torchmetrics>=1.1.0
- conda-forge::threadpoolctl~=3.2
- pip
Expand Down
2 changes: 1 addition & 1 deletion environment_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- imagemagick>=7.1.0
- pyarrow
- importlib-resources>=1.3.0
- conda-forge::pytorch-lightning~=2.0.0
- conda-forge::lightning~=2.0.0
- conda-forge::torchmetrics>=1.1.0
- conda-forge::threadpoolctl~=3.2
- pip
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ install_requires =
scikit-image~=0.21.0
shapely~=1.8.5
pyarrow
pytorch-lightning~=2.0.0
lightning~=2.0.0
torchmetrics>=1.1.0
threadpoolctl~=3.2.0
importlib-resources>=1.3.0
Expand Down

0 comments on commit 5263797

Please sign in to comment.