Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Apr 3, 2024
1 parent 855a71a commit fba962f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion training/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Instructions to run the evaluation

The scores are calculated on `Universal Dependencies <https://universaldependencies.org/>`_ treebanks on single word tokens (including some contractions but not merged prepositions). They can be reproduced by the following steps:

1. Install the evaluation dependencies (``pip install -r training/requirements.txt``)
1. Install the evaluation dependencies, Python >= 3.8 required (``pip install -r training/requirements.txt``)
2. Update ``DATA_URL`` in ``training/download-eval-data.py`` to point to the latest treebanks archive from `Universal Dependencies <https://universaldependencies.org/#download>` (or the version that you which to use).
3. Run ``python3 training/download-eval-data.py`` which will
1. Download the archive
Expand Down
10 changes: 5 additions & 5 deletions training/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
certifi==2023.7.22
certifi==2024.2.2
charset-normalizer==3.2.0
conllu>=4.5.2
idna==3.4
conllu>=4.5.3
idna==3.6
requests==2.31.0
types-requests==2.31.0.2
types-requests==2.31.0.20240403
types-urllib3==1.26.25.14
urllib3==2.0.4
urllib3==2.2.1

0 comments on commit fba962f

Please sign in to comment.