Skip to content

Commit 1a84b64

Browse files
authored
Devops/cap lightning (#2872)
* upper cap 'pytorch-lightning<2.5.3' until lr find issue is resolved * update changelog
1 parent 39b2cb1 commit 1a84b64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ but cannot always guarantee backwards compatibility. Changes that may **break co
3030
**Dependencies**
3131

3232
- Removed the upper version cap on `scipy<1.16.0` since `statsmodels` added support in version `0.14.5`. [#2853](https://github.com/unit8co/darts/pull/2853) by [Dennis Bader](https://github.com/dennisbader).
33+
- We set an upper version cap on `pytorch-lightning<2.5.3` until an issue with `lr_find()` is resolved. [#2871](https://github.com/unit8co/darts/pull/2871) by [Dennis Bader](https://github.com/dennisbader).
3334

3435
### For developers of the library:
3536

requirements/torch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytorch-lightning>=1.5.0
1+
pytorch-lightning>=1.5.0,<2.5.3
22
tensorboardX>=2.1
33
torch>=1.8.0

0 commit comments

Comments
 (0)