Skip to content

Commit 2b36228

Browse files
committed
🔧 py uv?
1 parent e59561a commit 2b36228

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/Python/pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)