chg: Bump build system to poetry 1.1

pull/664/head
Raphaël Vinot 2020-10-09 12:54:09 +02:00
parent c9491ae0f1
commit cce228564b
1 changed files with 2 additions and 2 deletions

View File

@ -75,5 +75,5 @@ ipython = "^7.12.0"
jupyterlab = "^1.2.6"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry_core>=1.0", "setuptools"]
build-backend = "poetry.core.masonry.api"