mirror of https://github.com/explosion/spaCy.git
Temporarily test with latest numpy v1.24.0rc
This commit is contained in:
parent
a7215e345a
commit
eb0e3c5006
|
@ -100,6 +100,8 @@ steps:
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python -m pip install -U -r requirements.txt
|
python -m pip install -U -r requirements.txt
|
||||||
|
# TEMP: upgrade to latest prerelease numpy for testing
|
||||||
|
python -m pip install -U --pre numpy
|
||||||
displayName: "Install test requirements"
|
displayName: "Install test requirements"
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|
Loading…
Reference in New Issue