python313Packages.bumps: 1.0.2 -> 1.0.3 (#446733)

Changed files
+21 -17
pkgs
development
python-modules
bumps
+21 -17
pkgs/development/python-modules/bumps/default.nix
···
{
lib,
+
aiohttp,
+
blinker,
buildPythonPackage,
+
cloudpickle,
+
dill,
fetchPypi,
-
pythonOlder,
-
setuptools,
-
versioningit,
-
numpy,
-
scipy,
h5py,
-
dill,
matplotlib,
-
blinker,
-
aiohttp,
-
python,
+
msgpack,
+
numpy,
plotly,
python-socketio,
+
python,
+
pythonOlder,
+
scipy,
+
setuptools,
+
versioningit,
}:
buildPythonPackage rec {
pname = "bumps";
-
version = "1.0.2";
+
version = "1.0.3";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-YfnBA1rCD05B4XOS611qgi4ab3xKoYs108mwhj/I+sg=";
+
hash = "sha256-O5GUoyDlB0X2Z/O3JprN3omoOBDIhv0xrKfUSHTgGpM=";
};
pythonRemoveDeps = [
···
];
dependencies = [
-
numpy
-
scipy
+
aiohttp
+
blinker
+
cloudpickle
+
dill
h5py
-
dill
matplotlib
-
blinker
-
aiohttp
+
msgpack
+
numpy
+
plotly
python
-
plotly
python-socketio
+
scipy
# mpld3 # not packaged
];