Skip to content

Commit 57acfdd

Browse files
authored
Relax dependency requirements (#139)
1 parent 59439e1 commit 57acfdd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Changed CI workflows to run pre-commit with poetry. ([#131](https://github.com/Rose-STL-Lab/torchTS/pull/131))
1212
- Moved common workflow steps to a composite action. ([#132](https://github.com/Rose-STL-Lab/torchTS/pull/132))
1313
- Updated pre-commit hooks. ([#133](https://github.com/Rose-STL-Lab/torchTS/pull/133), [#135](https://github.com/Rose-STL-Lab/torchTS/pull/135))
14+
- Relaxed dependency requirements. ([#139](https://github.com/Rose-STL-Lab/torchTS/pull/139))
1415

1516
### Fixed
1617

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ classifiers = [
2121

2222
[tool.poetry.dependencies]
2323
python = ">=3.7,<3.10"
24-
torch = "^1.9.0"
25-
pytorch-lightning = "^1.4.1"
24+
torch = "^1.4"
25+
pytorch-lightning = "^1.2"
2626
scipy = "^1.7.1"
2727

2828
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)