Skip to content

Commit d86ac76

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

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Codebase
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v6.0.2
1818

1919
- name: Install uv
20-
uses: astral-sh/setup-uv@v7
20+
uses: astral-sh/setup-uv@v7.6.0
2121
with:
2222
enable-cache: true
2323
cache-dependency-glob: '**/uv.lock'

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout Codebase
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v6.0.2
2020

2121
- name: Install uv
22-
uses: astral-sh/setup-uv@v7
22+
uses: astral-sh/setup-uv@v7.6.0
2323

2424
- name: Setup Python
2525
run: uv python install 3.13

.github/workflows/workflows-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Delete workflow runs
20-
uses: Mattraks/delete-workflow-runs@v2
20+
uses: Mattraks/delete-workflow-runs@v2.1.0
2121
with:
2222
token: ${{ github.token }}
2323
repository: ${{ github.repository }}

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)