Skip to content

Commit 5112717

Browse files
committed
add pyproject.toml with fixed mdanalysis vesrion
1 parent fc3d24a commit 5112717

File tree

4 files changed

+810
-0
lines changed

4 files changed

+810
-0
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[project]
2+
name = "parallelization-benchmarks"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
authors = [
7+
{ name = "Egor Marin", email = "[email protected]" }
8+
]
9+
requires-python = ">=3.13"
10+
dependencies = [
11+
"mdanalysis[analysis,parallelization]==2.10.0",
12+
]
13+
14+
[build-system]
15+
requires = ["uv_build>=0.8.15,<0.9.0"]
16+
build-backend = "uv_build"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def hello() -> str:
2+
return "Hello from parallelization-benchmarks!"

0 commit comments

Comments
 (0)