Skip to content

Commit

Permalink
fix: update tests.yml python version
Browse files Browse the repository at this point in the history
  • Loading branch information
okunator committed Jul 5, 2024
1 parent e97bc7d commit d6666aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
strategy:
fail-fast: true
matrix:
# python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.9"]
python-version: ["3.10"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 2 additions & 1 deletion examples/pannuke_nuclei_segmentation_cellpose_UNI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"outputs": [],
"source": [
"# !pip install cellseg-models-pytorch\n",
"# !pip install accelerate"
"# !pip install accelerate\n",
"# !pip install torchmetrics"
]
},
{
Expand Down

0 comments on commit d6666aa

Please sign in to comment.