Skip to content

Commit

Permalink
Reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Oct 14, 2024
1 parent 6deb037 commit 220454f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ networkx==3.3
# via torch
numpy==1.26.4
# via
# pandas
# plm-interpretability (pyproject.toml)
# scikit-learn
# scipy
Expand All @@ -45,8 +46,14 @@ packaging==24.1
# via
# huggingface-hub
# transformers
pandas==2.2.3
# via plm-interpretability (pyproject.toml)
polars==1.7.1
# via plm-interpretability (pyproject.toml)
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.2
# via pandas
pyyaml==6.0.2
# via
# huggingface-hub
Expand All @@ -63,6 +70,8 @@ scikit-learn==1.5.2
# via plm-interpretability (pyproject.toml)
scipy==1.14.1
# via scikit-learn
six==1.16.0
# via python-dateutil
sympy==1.13.2
# via torch
threadpoolctl==3.5.0
Expand All @@ -82,5 +91,7 @@ typing-extensions==4.12.2
# via
# huggingface-hub
# torch
tzdata==2024.2
# via pandas
urllib3==2.2.3
# via requests

0 comments on commit 220454f

Please sign in to comment.