mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-17 23:51:58 +03:00
Cat requirements.txt to confirm contents
In the branch, the thinc version spec is `thinc>=8.1.0,<8.2.0`. But in the logs, it's clear that a development release of 9.0 is being installed. It's not clear why that would happen.
This commit is contained in:
parent
41e2ca893a
commit
e11b71739a
1
.github/azure-steps.yml
vendored
1
.github/azure-steps.yml
vendored
|
@ -99,6 +99,7 @@ steps:
|
|||
# condition: eq(variables['python_version'], '3.8')
|
||||
|
||||
- script: |
|
||||
cat requirements.txt
|
||||
python -m pip install -U -r requirements.txt
|
||||
python -m pip uninstall -y spacy-legacy
|
||||
python -m pip install 'git+https://github.com/polm/spacy-legacy.git@feature/entity-linker-component-v1#egg=spacy-legacy'
|
||||
|
|
Loading…
Reference in New Issue
Block a user