File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
# build version constraints for use with wheelwright
2
- numpy==1.15.0; python_version=='3.7' and platform_machine!='aarch64'
3
- numpy==1.19.2; python_version=='3.7' and platform_machine=='aarch64'
4
- numpy==1.17.3; python_version=='3.8' and platform_machine!='aarch64'
5
- numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'
6
- numpy>=1.25.0; python_version>='3.9'
2
+ numpy>=2.0.0,<3.0.0
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ requires = [
6
6
" preshed>=3.0.2,<3.1.0" ,
7
7
" murmurhash>=0.28.0,<1.1.0" ,
8
8
" thinc>=8.3.0,<8.4.0" ,
9
- " numpy>=2.0.0,<2.1.0; python_version < '3.9'" ,
10
- " numpy>=2.0.0,<2.1.0; python_version >= '3.9'" ,
9
+ " numpy>=2.0.0,<3.0.0"
11
10
]
12
11
build-backend = " setuptools.build_meta"
13
12
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ project_urls =
30
30
[options]
31
31
zip_safe = false
32
32
include_package_data = true
33
- python_requires = >=3.9,<3.13
33
+ python_requires = >=3.9,<3.14
34
34
# NOTE: This section is superseded by pyproject.toml and will be removed in
35
35
# spaCy v4
36
36
setup_requires =
You can’t perform that action at this time.
0 commit comments