Skip to content

Commit

Permalink
Pin: lm_eval==0.4.1 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen authored Apr 6, 2024
1 parent 1f07200 commit c780d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def get_kernels_whl_url(
packages=find_packages(),
install_requires=requirements,
extras_require={
"eval": ["lm_eval>=0.4.0", "tabulate", "protobuf", "evaluate", "scipy"],
"eval": ["lm_eval==0.4.1", "tabulate", "protobuf", "evaluate", "scipy"],
"dev": ["black", "mkdocstrings-python", "mkdocs-material", "griffe-typingdoc"]
},
**common_setup_kwargs,
Expand Down

0 comments on commit c780d65

Please sign in to comment.