Skip to content

Commit c03d634

Browse files
committed
pin pyright in dev envs
1 parent 49081f9 commit c03d634

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev/env-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- psutil
2727
- pydantic
2828
- pydantic-settings
29-
- pyright
29+
- pyright==1.1.396
3030
- pytest
3131
- pytest-cov
3232
# - python=3.11 # removed

dev/env-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
- psutil
2929
- pydantic
3030
- pydantic-settings
31-
- pyright
31+
- pyright==1.1.396
3232
- pytest
3333
- pytest-cov
3434
- python=3.11 # 3.12 not supported by cellpose->fastremap

dev/env-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- psutil
2727
- pydantic<2.9
2828
- pydantic-settings
29-
- pyright
29+
- pyright==1.1.396
3030
- pytest
3131
- pytest-cov
3232
- python=3.11

dev/env-py38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- psutil
2727
- pydantic
2828
- pydantic-settings
29-
- pyright
29+
- pyright==1.1.396
3030
- pytest
3131
- pytest-cov
3232
- python=3.8 # changed

0 commit comments

Comments
 (0)