Commit 8add6374 authored by Vít Novotný's avatar Vít Novotný
Browse files

Remove requirements.txt

parent cee59291
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ execute the following commands:

``` sh
$ git add task/user/result.tsv     # track your new result with Git
$ pip install -r requirements.txt  # run the evaluation
$ pip install -e .                 # run the evaluation
$ python -m scripts.evaluate
$ git add -u                       # add the updated leaderboard to Git
$ git push                         # publish your new result and the updated leaderboard

requirements.txt

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
numpy~=1.18.2
pytrec-eval~=0.4