Skip to content

Commit

Permalink
relax dependency version constraints even more to ensure one can inst…
Browse files Browse the repository at this point in the history
…all accelerate ^0.22
  • Loading branch information
Aethor committed Dec 20, 2024
1 parent c2aff01 commit 1a13a29
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
33 changes: 18 additions & 15 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "grimbert"
version = "0.1.3"
version = "0.1.4"
description = ""
authors = ["Arthur Amalvy"]
license = "GPLv3"
Expand All @@ -9,18 +9,18 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
transformers = "^4.32"
torch = ">=2.0.0, !=2.0.1"
torch = "^2.0, !=2.0.1"
more-itertools = "^10.1"
accelerate = "^0.22"
sacremoses = "^0.0.53"
accelerate = "^0"
sacremoses = "^0"
scikit-learn = "^1.3"
sacred = "^0.8"
pandas = "^2.0"
rich = "^13.5"


[tool.poetry.group.dev.dependencies]
pytest = "^7.4.1"
pytest = "^7.4"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 1a13a29

Please sign in to comment.