Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 1, 2023
1 parent 98c462b commit 6b2f3ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@
"pymc": ["pymc>=5.0.0"],
"jax": ["jax", "jaxlib"],
"test": ["pytest"],
"comparison": ["batman-package", "starry", "numpy<1.22", "xarray<=2023.10.0"],
"comparison": [
"batman-package",
"starry",
"numpy<1.22",
"xarray<=2023.10.0",
],
"benchmark": [
"pytest",
"pytest-benchmark",
Expand Down

0 comments on commit 6b2f3ac

Please sign in to comment.