11 buildPythonPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-fjT8c0ZTjdufP334upPzRVdTJDIBs84I7PkFu4CMcQw=";
23 substituteInPlace setup.cfg \
24 --replace "setup_requires=" "" \
25 --replace "pytest-runner" ""
28 propagatedBuildInputs = [
42 "energyflow/tests/test_archs.py" # requires tensorflow
43 "energyflow/tests/test_emd.py" # requires "ot"
46 pythonImportsCheck = [ "energyflow" ];
49 description = "Python package for the EnergyFlow suite of tools";
50 homepage = "https://energyflow.network/";
51 license = licenses.gpl3Only;
52 maintainers = with maintainers; [ veprbl ];