Skip to content

Commit b02a5ec

Browse files
chore: update numpy requirement from >=1.20 to >=2.0.2
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.20.0...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b00600 commit b02a5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
[project]
77
name = "ternary-diagram"
88
dynamic = ["version"]
9-
dependencies = ["numpy >=1.20", "matplotlib"]
9+
dependencies = ["numpy >=2.0.2", "matplotlib"]
1010
requires-python = ">= 3.8"
1111
authors = [{ name = "yu9824" }]
1212
maintainers = [{ name = "yu9824" }]

0 commit comments

Comments
 (0)