Skip to content

Commit f233f13

Browse files
committed
remove python pin from dev envs
1 parent 70cd65f commit f233f13

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

dev/env-313.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies:
3131
- pyright
3232
- pytest
3333
- pytest-cov
34-
# - python=3.9 # removed
3534
- pytorch>=2.1,<3
3635
- respx
3736
- rich

dev/env-dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies:
3131
- pyright
3232
- pytest
3333
- pytest-cov
34-
# - python=3.9 # removed
3534
- pytorch>=2.1,<3
3635
- respx
3736
- rich

dev/env-full.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies:
3131
- pyright
3232
- pytest
3333
- pytest-cov
34-
- python=3.9 # 3.12 not supported by cellpose->fastremap
3534
- pytorch>=2.1,<3
3635
- httpx
3736
- respx

dev/env-gpu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ dependencies:
2929
- pyright
3030
- pytest
3131
- pytest-cov
32-
- python=3.9
3332
- httpx
3433
- respx
3534
- rich

0 commit comments

Comments
 (0)