Skip to content

Commit

Permalink
Relax dependency requirements (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
klane authored Aug 31, 2021
1 parent 59439e1 commit 57acfdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Changed CI workflows to run pre-commit with poetry. ([#131](https://github.com/Rose-STL-Lab/torchTS/pull/131))
- Moved common workflow steps to a composite action. ([#132](https://github.com/Rose-STL-Lab/torchTS/pull/132))
- Updated pre-commit hooks. ([#133](https://github.com/Rose-STL-Lab/torchTS/pull/133), [#135](https://github.com/Rose-STL-Lab/torchTS/pull/135))
- Relaxed dependency requirements. ([#139](https://github.com/Rose-STL-Lab/torchTS/pull/139))

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.7,<3.10"
torch = "^1.9.0"
pytorch-lightning = "^1.4.1"
torch = "^1.4"
pytorch-lightning = "^1.2"
scipy = "^1.7.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 57acfdd

Please sign in to comment.