diff options
| author | adamjanovsky | 2024-02-20 12:54:46 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-20 12:54:46 +0100 |
| commit | 6415e71f282c36061b9268df7743b3e6504fa0dc (patch) | |
| tree | a1915a8b33cb854077698e5dadcbb7478856e4ef /requirements/dev_requirements.txt | |
| parent | 9f02cf2ef3e499bc4ded221cd918be1461e73708 (diff) | |
| parent | 26d316ae23b1b47c8ac3543de233995dac85a67a (diff) | |
| download | sec-certs-0.2.1.tar.gz sec-certs-0.2.1.tar.zst sec-certs-0.2.1.zip | |
Merge pull request #395 from crocs-muni/revert-spacy-download0.2.1
revert spacy model download installation
Diffstat (limited to 'requirements/dev_requirements.txt')
| -rw-r--r-- | requirements/dev_requirements.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/requirements/dev_requirements.txt b/requirements/dev_requirements.txt index 1b028276..82951940 100644 --- a/requirements/dev_requirements.txt +++ b/requirements/dev_requirements.txt @@ -99,8 +99,6 @@ docutils==0.19 # myst-parser # pydata-sphinx-theme # sphinx -en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl - # via sec-certs (./../pyproject.toml) executing==2.0.1 # via stack-data fastjsonschema==2.19.0 @@ -449,9 +447,7 @@ snowballstemmer==2.2.0 soupsieve==2.5 # via beautifulsoup4 spacy==3.7.2 - # via - # en-core-web-sm - # sec-certs (./../pyproject.toml) + # via sec-certs (./../pyproject.toml) spacy-legacy==3.0.12 # via spacy spacy-loggers==1.0.5 |
