Skip to content

Commit 2766274

Browse files
committed
fix respx package name
1 parent 9fe2747 commit 2766274

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/env-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
- python=3.11 # 3.12 not supported by cellpose->fastremap
3535
- pytorch>=2.1,<3
3636
- httpx
37-
- respx-mock
37+
- respx
3838
- rich
3939
- ruff
4040
- ruyaml

dev/env-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
- pytest-cov
3232
- python=3.11
3333
- httpx
34-
- respx-mock
34+
- respx
3535
- rich
3636
- ruff
3737
- ruyaml

dev/env-py38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- python=3.8 # changed
3434
- pytorch>=2.1,<3
3535
- httpx
36-
- respx-mock
36+
- respx
3737
- rich
3838
- ruff
3939
- ruyaml

0 commit comments

Comments
 (0)