Skip to content

Commit c922386

Browse files
fix(deps): pin dependencies
1 parent 5562512 commit c922386

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ classifiers = [
1313
"Programming Language :: Python :: 3.13",
1414
]
1515
dependencies = [
16-
"gudhi>=3.10.0",
16+
"gudhi==3.11.0",
1717
"keras>=3.0.0",
18-
"matplotlib>=3.8.0",
19-
"numpy>=1.26.0",
20-
"plotly>=5.18.0",
21-
"scikit-learn>=1.4.0",
22-
"tqdm>=4.66.0",
18+
"matplotlib==3.10.8",
19+
"numpy==2.4.1",
20+
"plotly==6.5.0",
21+
"scikit-learn==1.8.0",
22+
"tqdm==4.67.1",
2323
]
2424

2525
[project.scripts]

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)