python3Packages.pyfume: 0.3.1 -> 0.3.4

https://github.com/CaroFuchs/pyFUME/releases/tag/0.3.4
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:52 +02:00
parent c5bca1bf5e
commit a9190c7513
@@ -14,19 +14,24 @@
buildPythonPackage rec {
pname = "pyfume";
version = "0.3.1";
version = "0.3.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "pyFUME";
inherit version;
hash = "sha256-8J9qhSaTlb/KiCjegmc8iaGaZOXJ0Pk1EquOTEUUtW0=";
inherit pname version;
hash = "sha256-UwW5OwFfu01lDKwz72iB2egbOoxb+t8UnEFIUjZmffU=";
};
nativeBuildInputs = [ setuptools ];
pythonRelaxDeps = [
"numpy"
"pandas"
"scipy"
];
propagatedBuildInputs = [
fst-pso
numpy