-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpyproject.toml
30 lines (29 loc) · 1.07 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "ruptura"
version = "1.0.5"
authors = [
{name="Shrinjay Sharma, Delft University of Technology, The Netherlands"},
{name="Youri Ran, University of Amsterdam, The Netherlands"},
{name="Salvador R.G. Balestra, Pablo de Olavide University, Spain"},
{name="Richard Baur, Shell Global Solutions International B.V., The Netherlands"},
{name="Umang Agarwal, Shell Global Solutions International B.V., The Netherlands"},
{name="Eric Zuidema, Shell Global Solutions International B.V., The Netherlands"},
{name="Marcello Rigutto, Shell Global Solutions International B.V., The Netherlands"},
{name="Sofia Calero, Eindhoven University of Technology, The Netherlands"},
{name="Thijs J.H. Vlugt, Delft University of Technology, The Netherlands"},
{name="David Dubbeldam, University of Amsterdam, The Netherlands"}
]
requires-python = ">=3.10"
readme = "README.md"
dependencies = [
"matplotlib>=3",
"numpy>=1",
"pybind11>=2",
"setuptools>=42"
]
[build-system]
requires = [
"setuptools>=42",
"pybind11>=2.10.0",
]
build-backend = "setuptools.build_meta"