Skip to content

Commit

Permalink
build(default): use poetry-core
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Aug 2, 2023
1 parent ce1b213 commit cf19ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -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
}:

Expand Down Expand Up @@ -111,7 +111,7 @@ in buildPythonPackage {
format = "pyproject";

# Uses poetry for install
nativeBuildInputs = [ poetry ];
nativeBuildInputs = [ poetry-core ];
# postPatch = ''
# substituteInPlace pyproject.toml \
# --replace
Expand Down

0 comments on commit cf19ceb

Please sign in to comment.