We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0842274 commit 16a2d33Copy full SHA for 16a2d33
1 file changed
pyproject.toml
@@ -6,13 +6,13 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "shapelets"
9
-version = "1.2"
+version = "1.3"
10
description = "Shapelets provide reference access to various shapelet functions and some of their applications."
11
requires-python = ">=3.10"
12
dependencies = [
13
"astropy",
14
"matplotlib",
15
- "numpy<2.0", # testing with numpy=2.0.0 broke other dependencies...
+ "numpy<2.0",
16
"opencv-python",
17
"scikit-learn",
18
"scikit-image",
0 commit comments