-
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) · 816 Bytes
/
pyproject.toml
File metadata and controls
28 lines (23 loc) · 816 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 = "openscm-calibration-examples"
version = "0.1.0"
description = "Examples using OpenSCM-Calibration"
authors = ["Zebedee Nicholls <zebedee.nicholls@climate-energy-college.org>"]
license = "BSD 3-Clause"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
openscm-calibration = { version = "^0.5.0", extras = ["notebooks", "plots"] }
[tool.poetry.group.docs.dependencies]
jupyter-book = "^0.15.1"
jupytext = "^1.14.5"
[tool.poetry.group.dev.dependencies]
# Waiting on https://github.com/adamchainz/blacken-docs/issues/240
blacken-docs = { git = "https://github.com/znicholls/blacken-docs.git", rev = "27c1f12" }
tokenize-rt = "^5.0.0"
commitizen = "^3.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.jupytext]
formats = "ipynb,myst"