Skip to content

Commit d6666aa

Browse files
committed
fix: update tests.yml python version
1 parent e97bc7d commit d6666aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: true
2525
matrix:
26-
# python-version: ["3.7", "3.8", "3.9"]
27-
python-version: ["3.9"]
26+
python-version: ["3.10"]
2827
os: [ubuntu-latest]
2928
runs-on: ${{ matrix.os }}
3029
steps:

examples/pannuke_nuclei_segmentation_cellpose_UNI.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"outputs": [],
2424
"source": [
2525
"# !pip install cellseg-models-pytorch\n",
26-
"# !pip install accelerate"
26+
"# !pip install accelerate\n",
27+
"# !pip install torchmetrics"
2728
]
2829
},
2930
{

0 commit comments

Comments
 (0)