Skip to content

Commit

Permalink
update numpt version < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djdt committed Jul 18, 2024
1 parent a09808b commit 32f7662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build-system]
requires = ["setuptools", "numpy>=1.22"]
requires = ["setuptools", "numpy>=1.22,<2.0"]
build-backend = "setuptools.build_meta"

[project]
name = "pewpew"
version = "1.5.0"
version = "1.6.0"
dependencies = [
"numpy>=1.22",
"numpy>=1.22,<2.0",
"pewlib>=0.9.0",
"PySide6",
]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 32f7662

Please sign in to comment.