Skip to content

Commit

Permalink
Updating numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleks committed Apr 1, 2024
1 parent 30d0218 commit 5a0ad4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
]
dependencies = [
"numpy==1.24.4",
"pandas==2.0.3",
"tensorrt_llm==0.9.0.dev2024032600",
"Cython==3.0.10",
"youtokentome @ git+https://github.com/gburlet/YouTokenToMe.git@dependencies",
Expand All @@ -43,7 +44,6 @@ dependencies = [
"loguru==0.7.2",
"nltk==3.8.1",
"onnxruntime==1.17.1",
"pandas==2.2.1",
"pydantic==2.6.4",
"python-dotenv==1.0.1",
"tensorshare==0.1.1",
Expand Down

0 comments on commit 5a0ad4a

Please sign in to comment.