forked from GeomScale/dingo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (24 loc) · 735 Bytes
/
Copy pathpyproject.toml
File metadata and controls
27 lines (24 loc) · 735 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
[tool.poetry]
name = "dingo"
version = "0.1.0"
description = "A python library for metabolic networks sampling and analysis. dingo is part of GeomScale project"
authors = ["Apostolos Chalkis <tolis.chal@gmail.com>"]
build = 'build.py'
[tool.poetry.dependencies]
python = "^3.8"
sparseqr = {git = "https://github.com/yig/PySPQR.git"}
simplejson = "^3.17.2"
Cython = "^0.29.22"
numpy = "^1.20.1"
scipy = "^1.6.1"
argparse = "^1.4.0"
matplotlib = "^3.4.1"
cobra = "^0.26.0"
plotly = "^5.11.0"
kaleido = "0.2.1"
pyoptinterface = {version = "^0.2.7", extras = ["highs"]}
networkx = "3.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0", "cython", "numpy==1.20.1"]
build-backend = "poetry.core.masonry.api"