Skip to content

Commit fd8dade

Browse files
committed
Follow SPEC0: Minimum Python 3.10, Numpy 1.23, SciPy 1.8, Matplotlib 3.6
1 parent 1236f63 commit fd8dade

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,21 @@ classifiers = [
1818
"Intended Audience :: Developers",
1919
"License :: OSI Approved :: BSD License",
2020
"Programming Language :: Python :: 3",
21-
"Programming Language :: Python :: 3.8",
22-
"Programming Language :: Python :: 3.9",
2321
"Programming Language :: Python :: 3.10",
2422
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
2524
"Topic :: Software Development",
2625
"Topic :: Scientific/Engineering",
2726
"Operating System :: Microsoft :: Windows",
2827
"Operating System :: POSIX",
2928
"Operating System :: Unix",
3029
"Operating System :: MacOS",
3130
]
32-
requires-python = ">=3.8"
31+
requires-python = ">=3.10"
3332
dependencies = [
34-
"numpy",
35-
"scipy>=1.3",
36-
"matplotlib",
33+
"numpy>=1.23",
34+
"scipy>=1.8",
35+
"matplotlib>=3.6",
3736
]
3837
dynamic = ["version"]
3938

0 commit comments

Comments
 (0)