Skip to content

Commit

Permalink
relax numpy requirement to 1.24 installed in Blender
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Jan 10, 2025
1 parent 4b31444 commit 8ef5ae8
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 @@ -3,7 +3,7 @@ name = "databpy"
version = "0.0.7"
description = "A data-oriented wrapper library for the Blender Python API"
readme = "README.md"
dependencies = ["numpy>=1.26.0,<2.0"]
dependencies = ["numpy>=1.24.0,<2.0"]
requires-python = "~=3.11.0"
keywords = ["blender", "python", "numpy"]
maintainers = [
Expand Down

0 comments on commit 8ef5ae8

Please sign in to comment.