Skip to content

Commit

Permalink
Merge pull request #49 from andgoldschmidt/importlib-metadata
Browse files Browse the repository at this point in the history
BUG: Loosen importlib metadata dependency version range
  • Loading branch information
andgoldschmidt authored Aug 27, 2024
2 parents a63ee05 + 2659757 commit 7aa93ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion derivative/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '0.6.2'
__version__: str = '0.6.3'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "derivative"
version = "0.6.2"
version = "0.6.3"
description = "Numerical differentiation in python."
repository = "https://github.com/andgoldschmidt/derivative"
documentation = "https://derivative.readthedocs.io/"
Expand All @@ -23,7 +23,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 = "7.2.6", optional = true}
Expand Down

0 comments on commit 7aa93ce

Please sign in to comment.