python3Packages.pyfume: 0.3.1 -> 0.3.4
https://github.com/CaroFuchs/pyFUME/releases/tag/0.3.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user