Skip to content

Commit

Permalink
update the dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcy-seso committed Jan 18, 2025
1 parent c117302 commit d8396c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
# `pyproject.toml`'s `dependencies` field.
# Make sure to keep this field in sync with what is in `requirements.txt`.
dependencies = [
"torch",
"torch>=2.3.0",
"datasets",
"transformers>=4.45",
"safetensors",
Expand All @@ -29,6 +29,8 @@ dependencies = [
"gradio",
"plotly==5.9.0",
"pynvml",
"tqdm",
"sentence_transformers",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake
packaging
setuptools>=64.0.0
torch
torch>=2.3.0
wheel
datasets
transformers>=4.45
Expand Down

0 comments on commit d8396c7

Please sign in to comment.