Fabian Affolter 2024-06-13 13:49:10 +02:00
parent 33ce263359
commit b765a5850a

View File

@ -5,25 +5,28 @@
python3.pkgs.buildPythonApplication rec {
pname = "ad-miner";
version = "1.2.0";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Mazars-Tech";
repo = "AD_Miner";
rev = "refs/tags/v${version}";
hash = "sha256-o1RXuyX2dV0fQwXEeTgmeMYKXiKAqrl+fV8zi1J16Ic=";
hash = "sha256-SBFPGlP5hDKNuE5sYGL6PE1nYMmOCmMZji0AtNEBkAQ=";
};
# 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