Skip to content

Commit

Permalink
fix(env): Pydantic v2.10 causes bioimageio.spec issues
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-yu committed Nov 25, 2024
1 parent ff1ed05 commit 92a64bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requirements:
- pyqt
- requests
- pyyaml
- pydantic >2
- pydantic >2,<2.10 # 2.10 cause problem spec-bioimage-io/issues/663

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
# Other
- requests
- pyyaml
- pydantic>2
- pydantic>2,<2.10 # 2.10 cause problem spec-bioimage-io/issues/663
# Test
- pytest
- pytest-qt
Expand Down
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
# Other
- requests
- pyyaml
- pydantic>2
- pydantic>2,<2.10 # 2.10 cause problem spec-bioimage-io/issues/663

0 comments on commit 92a64bd

Please sign in to comment.