Skip to content

Commit

Permalink
Update requirements.txt to work with pipenv (#490)
Browse files Browse the repository at this point in the history
Before this commit: 
pipenv install -r requirements/requirements.txt
...
ValueError: pipenv requires an #egg fragment for version controlled dependencies. Please install remote dependency in the form git+https://github.com/EleutherAI/lm-evaluation-harness.git#egg=<package-name>.

After: <success>
  • Loading branch information
dgboy2000 committed Jan 17, 2022
1 parent b754f75 commit 3c0c6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ transformers==4.5.0
tokenizers==0.10.2
lm_dataformat==0.0.19
ftfy==6.0.1
git+https://github.com/EleutherAI/lm-evaluation-harness.git@dc937d4b70af819c5695e09d94e59e4cdb1e40ad
git+https://github.com/EleutherAI/lm-evaluation-harness.git@dc937d4b70af819c5695e09d94e59e4cdb1e40ad#egg=lm_eval

0 comments on commit 3c0c6c1

Please sign in to comment.