update flake

This commit is contained in:
Valentin Boettcher 2021-12-08 22:52:35 +01:00
parent 4bc5a8b1db
commit 9b02f0db9a
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
${name} = (prev.poetry2nix.mkPoetryApplication {
projectDir = ./.;
doCheck = false;
preferWheels = true;
});
})

View file

@ -16,5 +16,5 @@ numpy = "^1.5.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry>=0.12", "setuptools"]
build-backend = "poetry.core.masonry.api"