mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
TEST: numpy 1.26.0b1
This commit is contained in:
parent
6a4aa43164
commit
9553c2e59c
|
@ -3,4 +3,4 @@ numpy==1.15.0; python_version<='3.7' and platform_machine!='aarch64'
|
|||
numpy==1.19.2; python_version<='3.7' and platform_machine=='aarch64'
|
||||
numpy==1.17.3; python_version=='3.8' and platform_machine!='aarch64'
|
||||
numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'
|
||||
numpy>=1.25.0; python_version>='3.9'
|
||||
numpy==1.26.0b1; python_version>='3.9'
|
||||
|
|
|
@ -7,7 +7,7 @@ requires = [
|
|||
"murmurhash>=0.28.0,<1.1.0",
|
||||
"thinc>=8.1.8,<8.3.0",
|
||||
"numpy>=1.15.0; python_version < '3.9'",
|
||||
"numpy>=1.25.0; python_version >= '3.9'",
|
||||
"numpy==1.26.0b1; python_version >= '3.9'",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ smart-open>=5.2.1,<7.0.0
|
|||
weasel>=0.1.0,<0.3.0
|
||||
# Third party dependencies
|
||||
numpy>=1.15.0; python_version < "3.9"
|
||||
numpy>=1.19.0; python_version >= "3.9"
|
||||
numpy==1.26.0b1; python_version >= "3.9"
|
||||
requests>=2.13.0,<3.0.0
|
||||
tqdm>=4.38.0,<5.0.0
|
||||
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.11.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user