Skip to content

Commit

Permalink
pyproject.toml: update, switch to oldest-supported-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jul 26, 2024
1 parent d742521 commit 76d8ec1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[project]
name = "talib"
version = "0.4.33"
dynamic = ["authors", "classifiers", "dependencies", "description", "license", "readme"]

[build-system]
requires = ["setuptools >= 51.0.0", "wheel", "numpy<2.0.0"]
requires = ["setuptools >= 51.0.0", "wheel", "oldest-supported-numpy"]
build-backend = "setuptools.build_meta:__legacy__"

0 comments on commit 76d8ec1

Please sign in to comment.