Skip to content

Commit

Permalink
Prevent Pyyaml 6.0.0 (failing on py12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Dec 3, 2024
1 parent 589ea2e commit 69d5fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
'psutil<=6.1',
'pydantic>=2.5,<2.9',
'pytorch_lightning>=2.2,<=2.4',
'pyyaml<=6.0',
'pyyaml<=6.0,!=6.0.0',
'typer==0.12.3',
'scikit-image<=0.23.2',
'zarr<3.0.0',
Expand Down

0 comments on commit 69d5fe5

Please sign in to comment.