Skip to content

Commit

Permalink
set current upper limit for transformers version
Browse files Browse the repository at this point in the history
  • Loading branch information
svirpioj committed Oct 2, 2024
1 parent 3d05260 commit ed8ac6c
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 @@ -19,7 +19,7 @@
package_dir={"": "src"},
install_requires=[
"transformers>=4.30",
"transformers[torch]>=4.30",
"transformers[torch]>=4.30,<4.43",
"swa_gaussian>=0.1.7"
],
extras_require={
Expand Down

0 comments on commit ed8ac6c

Please sign in to comment.