Skip to content

Commit

Permalink
Merge pull request #319550 from fabaff/ad-miner-bump
Browse files Browse the repository at this point in the history
ad-miner: 1.2.0 -> 1.4.0
  • Loading branch information
fabaff authored Jun 14, 2024
2 parents 592c662 + b765a58 commit 1152329
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/by-name/ad/ad-miner/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ python3.pkgs.buildPythonApplication rec {
# All requirements are pinned
pythonRelaxDeps = true;

nativeBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
poetry-core
];

nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];

propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
neo4j
numpy
pytz
Expand Down

0 comments on commit 1152329

Please sign in to comment.