Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
with:
# Install a specific version of uv.
version: "0.7.20"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@v7.2.0
uses: astral-sh/setup-uv@v7.3.1
with:
version: "0.7.20"
enable-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
with:
# Install a specific version of uv.
version: "0.7.20"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install uv
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
with:
# Install a specific version of uv.
version: "0.7.20"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"huggingface-hub>=0.33.2",
"matplotlib>=3.7.5",
"natsort>=8.4.0",
"nltk>=3.9.4", # Pinning version to address vulnerability GHSA-rf74-v2fm-23pw
"nltk>=3.9.4", # Pinning version to address vulnerabilities GHSA-469j-vmhf-r6v7, GHSA-7p94-766c-hgjp, GHSA-gfwx-w7gr-fvh7, GHSA-jm6w-m3j8-898g, GHSA-rf74-v2fm-23pw
"numpy>=1.24.4,<2.0.0",
"openai>=1.93.0",
"pytest>=8.4.2",
Expand Down
Loading
Loading