Skip to content

Commit f233497

Browse files
committed
Add pyproject.toml file for project configuration (using UV)
1 parent 07ae74d commit f233497

File tree

2 files changed

+606
-0
lines changed

2 files changed

+606
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[project]
2+
name = "PyFracVAL"
3+
version = "0.0.1"
4+
description = "Python implementation of FracVAL for generting fractal particle clusters"
5+
readme = "README.md"
6+
authors = [
7+
{ name = "aetherspritee" },
8+
{ name = "Mirza Arnaut", email = "[email protected]" },
9+
]
10+
requires-python = ">=3.10,<3.13"
11+
dependencies = [
12+
"numba>=0.60.0",
13+
"numpy>=1.26.4,<2.0.0",
14+
"pyvista>=0.44.1",
15+
"scipy>=1.14.1",
16+
]

0 commit comments

Comments
 (0)