Skip to content

Commit 16a2d33

Browse files
committed
Bump pyproject.toml -> 1.3
1 parent 0842274 commit 16a2d33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "shapelets"
9-
version = "1.2"
9+
version = "1.3"
1010
description = "Shapelets provide reference access to various shapelet functions and some of their applications."
1111
requires-python = ">=3.10"
1212
dependencies = [
1313
"astropy",
1414
"matplotlib",
15-
"numpy<2.0", # testing with numpy=2.0.0 broke other dependencies...
15+
"numpy<2.0",
1616
"opencv-python",
1717
"scikit-learn",
1818
"scikit-image",

0 commit comments

Comments
 (0)