forked from MagnetDB/python_magnetapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (23 loc) · 755 Bytes
/
pyproject.toml
File metadata and controls
28 lines (23 loc) · 755 Bytes
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
[tool.poetry]
name = "python_magnetapi"
version = "0.1.0"
description = ""
authors = ["Christophe Trophime <christophe.trophime@lncmi.cnrs.fr>",
"Remi Caumette <remicaumette@icloud.com>"
]
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.27.1"
param = "^1.12.0"
pandas = "^1.4.1"
numpy = "^1.22.3"
scipy = "^1.9.3"
#magnettools = {path = "/home/feelpp/magnettools-1.0.7/build/Python/dist/MagnetTools-0.1.0-py3-none-any.whl"}
#python-magnetgeo = {path = "python_magnetsgeo"}
python-magnetsetup = {path = "../python_magnetsetup"}
#python-magnetrun = {path = "../python_magnetrun"}
rich = "^9.11.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"