Skip to content

Commit

Permalink
Set ranges for deps
Browse files Browse the repository at this point in the history
Signed-off-by: Thara Palanivel <[email protected]>
  • Loading branch information
tharapalanivel committed Jan 15, 2025
1 parent 0eaf455 commit d8cd63e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ classifiers=[
]
dynamic = ["version"]
dependencies = [
"numpy>=1.26.4,<2.0",
"numpy>=2.2.0",
"accelerate>=0.20.3,!=0.34,<1.1",
"transformers>=4.45,<4.46",
"transformers>=4.45,<4.48",
"torch>=2.2.0,<2.4",
"tqdm>=4.66.2,<5.0",
"datasets>=2.15.0,<3.0",
"datasets>=3.0.0,<4.0",
"ninja>=1.11.1.1,<2.0",
"tensorboard",
"notebook",
Expand Down

0 comments on commit d8cd63e

Please sign in to comment.