Skip to content

Commit

Permalink
BUG: Loosen importlib metadata dependency version range
Browse files Browse the repository at this point in the history
This package is a backport of part of the core library in 3.10, so
is extremely stable.  It will no longer be required in a year,
when 3.9 reaches EOL.  In the meantime, it is causing plenty of
failures of pysindy installs.  See dynamicslab/pysindy#547 and
coments on dynamicslab/pysindy#529.
  • Loading branch information
Jacob-Stevens-Haas committed Aug 26, 2024
1 parent 4440536 commit cc622a9
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 @@ -19,7 +19,7 @@ python = "^3.9"
numpy = "^1.18.3"
scipy = "^1.4.1"
scikit-learn = "^1"
importlib-metadata = "^7.1.0"
importlib-metadata = ">=7.1.0"

# docs
sphinx = {version = "^5", optional = true}
Expand Down

0 comments on commit cc622a9

Please sign in to comment.