From 526379750c807c61b771c71c659022917c94cc14 Mon Sep 17 00:00:00 2001 From: Benjamin Kiessling Date: Tue, 2 Apr 2024 22:25:06 +0200 Subject: [PATCH] s/pytorch-lightning/lightning --- conda/meta.yaml | 2 +- environment.yml | 2 +- environment_cuda.yml | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index be1e2edb4..1e687f559 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -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 diff --git a/environment.yml b/environment.yml index 93bd5b800..410e1a087 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/environment_cuda.yml b/environment_cuda.yml index 5d740ca96..7844ba138 100644 --- a/environment_cuda.yml +++ b/environment_cuda.yml @@ -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 diff --git a/setup.cfg b/setup.cfg index e5a224e6e..982d5a815 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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