Skip to content

Commit

Permalink
Python dependency alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
czawistowski-groq committed Feb 27, 2024
1 parent ea83b29 commit c0e0cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo_helpers/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
exclude=["*.__pycache__.*"],
),
install_requires=[
"charset-normalizer==2.1.0",
"charset-normalizer==3.3.2",
"torch>=1.12.0",
"transformers>=4.20.0",
"datasets>=2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"protobuf>=3.17.3",
"pyyaml>=5.4",
"typeguard==4.0.0",
"typing_extensions==4.5.0",
"typing_extensions==4.9.0",
"protobuf==3.20.3",
"packaging>=21.3",
"mlagility==3.2.0",
Expand Down

0 comments on commit c0e0cbb

Please sign in to comment.