Skip to content

Commit

Permalink
DEP: declare compatibility with unyt 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Nov 1, 2023
1 parent bdd96bc commit 10a6a98
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 @@ -53,7 +53,7 @@ dependencies = [
"pillow>=8.0.0",
"tomli-w>=0.4.0",
"tqdm>=3.4.0",
"unyt>=2.9.2,<3.0", # see https://github.com/yt-project/yt/issues/4162
"unyt>=2.9.2",
"tomli>=1.2.3;python_version < '3.11'",
"typing-extensions>=4.4.0;python_version < '3.12'",
]
Expand Down

0 comments on commit 10a6a98

Please sign in to comment.