Skip to content

Commit e869180

Browse files
committed
Pin dependencies to latest versions
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent 974cc64 commit e869180

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Code Base Investigator"
1212
dynamic = ["version", "readme"]
1313
keywords = ["performance", "portability", "productivity"]
1414
name = "codebasin"
15-
requires-python = ">=3.9"
15+
requires-python = ">=3.12"
1616
classifiers = [
1717
"Development Status :: 5 - Production/Stable",
1818
"Environment :: Console",
@@ -24,13 +24,13 @@ classifiers = [
2424
"Topic :: Software Development",
2525
]
2626
dependencies = [
27-
"numpy==1.26.0",
28-
"matplotlib==3.8.2",
27+
"numpy==2.2.4",
28+
"matplotlib==3.10.1",
2929
"pathspec==0.12.1",
30-
"scipy==1.12.0",
31-
"jsonschema==4.21.1",
30+
"scipy==1.15.2",
31+
"jsonschema==4.23.0",
3232
"tabulate==0.9.0",
33-
"tqdm==4.66.5",
33+
"tqdm==4.67.1",
3434
]
3535

3636
[project.scripts]

0 commit comments

Comments
 (0)