Merge pull request #319550 from fabaff/ad-miner-bump

ad-miner: 1.2.0 -> 1.4.0
This commit is contained in:
Fabian Affolter 2024-06-14 09:33:00 +02:00 committed by GitHub
commit 1152329ca7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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