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 07ae74d commit f233497Copy full SHA for f233497
pyproject.toml
@@ -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