Skip to content

Commit

Permalink
[MNT] [Dependabot](deps-dev): Update numpy requirement from <1.25,>=1…
Browse files Browse the repository at this point in the history
….21.0 to >=1.21.0,<1.27 (#118)

Updates the requirements on [numpy](https://github.com/numpy/numpy) to
permit the latest version.
  • Loading branch information
dependabot[bot] committed Oct 9, 2023
1 parent 7dd7ce3 commit 3e99ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -40,7 +40,7 @@ classifiers = [
]
requires-python = ">=3.8,<3.12"
dependencies = [
"numpy>=1.21.0,<1.25",
"numpy>=1.21.0,<1.27",
"pandas>=1.1.0",
"packaging",
"scikit-base>=0.4.3",
Expand Down

0 comments on commit 3e99ed6

Please sign in to comment.