Skip to content

Commit 690317f

Browse files
authored
[FIX] Patch for pytorch-lightning (#1513)
1 parent 2c1ead0 commit 690317f

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/models.stemgnn.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Zhang (2020). “Spectral Temporal Graph Neural Network for Multivariate
2424
Time-series
2525
Forecasting”.](https://proceedings.neurips.cc/paper/2020/hash/cdf6581cb7aca4b7e19ef136c6e601a5-Abstract.html)
2626

27-
![Figure 1. StemGNN.](imgs_models/stemgnn.png)
27+
![Figure 1. StemGNN.](imgs_models/StemGNN.png)
2828
*Figure 1. StemGNN.*
2929

3030
## 1. StemGNN

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"scipy",
3232
"torch>=2.4.0",
3333
"tornado>=6.5.5",
34-
"pytorch-lightning>=2.0.0",
34+
"pytorch-lightning>=2.0.0,<2.6.0",
3535
"ray[train,tune]>=2.2.0",
3636
"optuna",
3737
"utilsforecast>=0.2.3",

uv.lock

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)