File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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 "
3332dependencies = [
34- " numpy" ,
35- " scipy>=1.3 " ,
36- " matplotlib" ,
33+ " numpy>=1.23 " ,
34+ " scipy>=1.8 " ,
35+ " matplotlib>=3.6 " ,
3736]
3837dynamic = [" version" ]
3938
You can’t perform that action at this time.
0 commit comments