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 = [
18
18
" Intended Audience :: Developers" ,
19
19
" License :: OSI Approved :: BSD License" ,
20
20
" Programming Language :: Python :: 3" ,
21
- " Programming Language :: Python :: 3.8" ,
22
- " Programming Language :: Python :: 3.9" ,
23
21
" Programming Language :: Python :: 3.10" ,
24
22
" Programming Language :: Python :: 3.11" ,
23
+ " Programming Language :: Python :: 3.12" ,
25
24
" Topic :: Software Development" ,
26
25
" Topic :: Scientific/Engineering" ,
27
26
" Operating System :: Microsoft :: Windows" ,
28
27
" Operating System :: POSIX" ,
29
28
" Operating System :: Unix" ,
30
29
" Operating System :: MacOS" ,
31
30
]
32
- requires-python = " >=3.8 "
31
+ requires-python = " >=3.10 "
33
32
dependencies = [
34
- " numpy" ,
35
- " scipy>=1.3 " ,
36
- " matplotlib" ,
33
+ " numpy>=1.23 " ,
34
+ " scipy>=1.8 " ,
35
+ " matplotlib>=3.6 " ,
37
36
]
38
37
dynamic = [" version" ]
39
38
You can’t perform that action at this time.
0 commit comments