We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59561a commit 2b36228Copy full SHA for 2b36228
src/Python/pyproject.toml
@@ -0,0 +1,19 @@
1
+[project]
2
+name = "somoclu"
3
+version = "1.7.7"
4
+description = "a massively parallel implementation of self-organizing maps"
5
+readme = "README.md"
6
+requires-python = ">=3.10"
7
+dependencies = [
8
+ "matplotlib>=3.10.8",
9
+ "numpy>=2.2.6",
10
+ "scipy>=1.15.3",
11
+]
12
+
13
+[[tool.uv.index]]
14
+url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
15
+default = true
16
17
+[build-system]
18
+requires = ["setuptools", "wheel", "numpy"]
19
+build-backend = "setuptools.build_meta"
0 commit comments