@@ -4,14 +4,14 @@ requires = [
44 " wheel" ,
55 " Cython>=3" ,
66 " numpy>=2" ,
7- " scipy>=1.1.0 " ,
7+ " scipy>=1.5.4 " ,
88 " pentapy>=1.1.0,<2" ,
99 " setuptools_scm[toml]>=7" ,
1010]
1111build-backend = " setuptools.build_meta"
1212
1313[project ]
14- requires-python = " >=3.8 "
14+ requires-python = " >=3.9 "
1515name = " anaflow"
1616authors = [{name = " Sebastian Mueller" , email = " sebastian.mueller@ufz.de" }]
1717readme = " README.md"
@@ -33,7 +33,6 @@ classifiers = [
3333 " Programming Language :: Python" ,
3434 " Programming Language :: Python :: 3" ,
3535 " Programming Language :: Python :: 3 :: Only" ,
36- " Programming Language :: Python :: 3.8" ,
3736 " Programming Language :: Python :: 3.9" ,
3837 " Programming Language :: Python :: 3.10" ,
3938 " Programming Language :: Python :: 3.11" ,
@@ -44,9 +43,9 @@ classifiers = [
4443 " Topic :: Utilities" ,
4544]
4645dependencies = [
47- " numpy>=2 " ,
46+ " numpy>=1.20.0 " ,
4847 " pentapy>=1.1.0,<2" ,
49- " scipy>=1.1.0 " ,
48+ " scipy>=1.5.4 " ,
5049]
5150
5251[project .optional-dependencies ]
@@ -145,10 +144,8 @@ target-version = [
145144[tool .cibuildwheel ]
146145# Switch to using build
147146build-frontend = " build"
148- # explicitly enable pypy
149- enable = [" pypy" ]
150147# Disable building py3.6/7/8, pp3.8, 32bit linux
151- skip = [" cp314*" , " cp36-*" , " cp37-*" , " cp38-*" , " pp38-* " , " *_i686" ]
148+ skip = [" cp314*" , " cp36-*" , " cp37-*" , " cp38-*" , " *_i686" ]
152149# Run the package tests using `pytest`
153150test-extras = " test"
154151test-command = " pytest -v {package}/tests"
0 commit comments