Skip to content

Commit

Permalink
update dependencies for ReAGent
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan25 committed Feb 19, 2024
1 parent 36fde62 commit 06d5f60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies = [
"torch>=2.1.1",
"matplotlib>=3.5.3",
"tqdm>=4.64.0",
"nltk>=3.8.1",
"nvidia-cublas-cu11>=11.10.3.66; sys_platform=='Linux'",
"nvidia-cuda-cupti-cu11>=11.7.101; sys_platform=='Linux'",
"nvidia-cuda-nvrtc-cu11>=11.7.99; sys_platform=='Linux'",
Expand Down
12 changes: 10 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# This file was autogenerated by uv v0.1.2 via the following command:
# This file was autogenerated by uv v0.1.5 via the following command:
# uv pip compile pyproject.toml -o requirements.txt
captum==0.7.0
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via nltk
contourpy==1.2.0
# via matplotlib
cycler==0.12.1
Expand All @@ -29,6 +31,8 @@ idna==3.6
jaxtyping==0.2.25
jinja2==3.1.3
# via torch
joblib==1.3.2
# via nltk
kiwisolver==1.4.5
# via matplotlib
markdown-it-py==3.0.0
Expand All @@ -43,6 +47,7 @@ mpmath==1.3.0
# via sympy
networkx==3.2.1
# via torch
nltk==3.8.1
numpy==1.26.4
# via
# captum
Expand Down Expand Up @@ -70,7 +75,9 @@ pyyaml==6.0.1
# huggingface-hub
# transformers
regex==2023.12.25
# via transformers
# via
# nltk
# transformers
requests==2.31.0
# via
# huggingface-hub
Expand All @@ -92,6 +99,7 @@ tqdm==4.66.2
# via
# captum
# huggingface-hub
# nltk
# transformers
transformers==4.37.2
typeguard==2.13.3
Expand Down

0 comments on commit 06d5f60

Please sign in to comment.