File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description = "Code Base Investigator"
12
12
dynamic = [" version" , " readme" ]
13
13
keywords = [" performance" , " portability" , " productivity" ]
14
14
name = " codebasin"
15
- requires-python = " >=3.9 "
15
+ requires-python = " >=3.12 "
16
16
classifiers = [
17
17
" Development Status :: 5 - Production/Stable" ,
18
18
" Environment :: Console" ,
@@ -24,13 +24,13 @@ classifiers = [
24
24
" Topic :: Software Development" ,
25
25
]
26
26
dependencies = [
27
- " numpy==1.26.0 " ,
28
- " matplotlib==3.8.2 " ,
27
+ " numpy==2.2.4 " ,
28
+ " matplotlib==3.10.1 " ,
29
29
" pathspec==0.12.1" ,
30
- " scipy==1.12.0 " ,
31
- " jsonschema==4.21.1 " ,
30
+ " scipy==1.15.2 " ,
31
+ " jsonschema==4.23.0 " ,
32
32
" tabulate==0.9.0" ,
33
- " tqdm==4.66.5 " ,
33
+ " tqdm==4.67.1 " ,
34
34
]
35
35
36
36
[project .scripts ]
You can’t perform that action at this time.
0 commit comments