-
Notifications
You must be signed in to change notification settings - Fork 12
/
pyproject.toml
38 lines (35 loc) · 953 Bytes
/
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
31
32
33
34
35
36
37
38
[tool.poetry]
name = "desdeo_problem"
version = "1.5.0"
description = "This package contains the problem classes for desdeo framework."
authors = ["Bhupinder Saini <bhupinder.s.saini@jyu.fi>", "Giovanni Misitano <giovanni.a.misitano@jyu.fi>"]
license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9, <3.11"
optproblems = "^1.2"
diversipy = "^0.8.0"
scikit-learn = "^1.1"
desdeo-tools = "^1.8.0"
Shapely = "^1.8.0"
descartes = "^1.1.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.7"
pylint = "^2.3"
black = {version = "^18.3-alpha.0", allow-prereleases = true}
# jupyter = "^1.0"
sphinx = "^6.1.0"
rstcheck = "^3.3.1"
sphinx_rtd_theme = "^1.2.0"
sphinx_autodoc_typehints = "^1.10.3"
sphinx-automodapi = "^0.12"
nbsphinx = "^0.8.11"
IPython = "^7.15.0"
ipykernel = "^5.3.0"
nb-clean = "^1.4.3"
recommonmark = "^0.6.0"
Jinja2 = "^3.0"
pandoc = "^2.2"
pytest = ">=6.2.5"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"