Skip to content

Commit

Permalink
Fix code quality (#1928)
Browse files Browse the repository at this point in the history
fix code quality
  • Loading branch information
IlyasMoutawwakil authored Jun 28, 2024
1 parent 9c882fd commit d0a84a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"transformers[sentencepiece]>=4.26.0,<4.42.0",
"torch>=1.11",
"packaging",
"numpy<2.0", # transformers requires numpy<2.0 https://github.com/huggingface/transformers/pull/31569
"numpy<2.0", # transformers requires numpy<2.0 https://github.com/huggingface/transformers/pull/31569
"huggingface_hub>=0.8.0",
"datasets",
]
Expand Down

0 comments on commit d0a84a9

Please sign in to comment.