Skip to content

Commit

Permalink
Simplify requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Jan 31, 2023
1 parent ecadece commit 84cbcbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ datasets>=2.1.0
accelerate
bettermap

# For the P3 datasets, which we get from huggingface datasets
protobuf<=3.20

# For lm-eval
sacrebleu>=1.5.0
scikit-learn>=0.24.1 # Eleuther uses this for metrics. Can we replace it with torchmetrics?
pycountry>=20.7.3
rouge-score>=0.0.4 # Can we replace this with torchmetrics?
tensorflow
# The Eleuther test harness depends on these even at runtime, but does not declare them.
mypy_extensions
pytest
Expand Down

0 comments on commit 84cbcbf

Please sign in to comment.