From cf19cebf106e4d03d9adf14ff6756d0109e15afd Mon Sep 17 00:00:00 2001 From: nialov Date: Wed, 2 Aug 2023 16:42:47 +0300 Subject: [PATCH] build(default): use poetry-core --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 030da7d7..1412d806 100644 --- a/default.nix +++ b/default.nix @@ -1,7 +1,7 @@ { buildPythonPackage, fetchFromGitHub, lib, pytestCheckHook, click, pytest , poetry2nix, geopandas, joblib, matplotlib, numpy, pandas, pygeos, rich , scikit-learn, scipy, seaborn, shapely, typer, pytest-regressions, hypothesis -, fetchPypi, mpmath, poetry +, fetchPypi, mpmath, poetry-core # , gpgme, isPy38 }: @@ -111,7 +111,7 @@ in buildPythonPackage { format = "pyproject"; # Uses poetry for install - nativeBuildInputs = [ poetry ]; + nativeBuildInputs = [ poetry-core ]; # postPatch = '' # substituteInPlace pyproject.toml \ # --replace