Skip to content

Commit

Permalink
Restrict numpy version to 1.x since 2.0 crashes. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-khizbullin authored Jan 3, 2025
1 parent e72b325 commit 4eaca1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ tqdm = "^4.66.1"
transformers = "^4.36.2"
wikipedia = "^1.4.0"
astunparse = "^1.6.3"
torch = "^2.1.0"
torch = ">=2.1.0, <=2.2.2"
async-timeout = "^4.0.3"
numpy = "^1.25.2"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.2"
Expand Down

0 comments on commit 4eaca1a

Please sign in to comment.