Skip to content

Commit

Permalink
Merge pull request #4968 from chrishavlin/imageio_deps
Browse files Browse the repository at this point in the history
explicitly disallow imageio 2.35.0 in testing deps
  • Loading branch information
neutrinoceros authored Aug 17, 2024
2 parents 747571b + 50771db commit 981a8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ test = [
"nose~=1.3.7; python_version < '3.10'",
"nose-exclude; python_version < '3.10'",
"nose-timer~=1.0.0; python_version < '3.10'",
"imageio!=2.35.0", # see https://github.com/yt-project/yt/issues/4966
]
typecheck = [
"mypy==1.8.0",
Expand Down

0 comments on commit 981a8be

Please sign in to comment.