mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #319550 from fabaff/ad-miner-bump
ad-miner: 1.2.0 -> 1.4.0
This commit is contained in:
commit
1152329ca7
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue