Unverified Commit a6bdf10f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 285e414e 70e5cc7f
Loading
Loading
Loading
Loading
+21 −17
Original line number Diff line number Diff line
{
  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 = [
@@ -39,16 +41,18 @@ buildPythonPackage rec {
  ];

  dependencies = [
    numpy
    scipy
    h5py
    aiohttp
    blinker
    cloudpickle
    dill
    h5py
    matplotlib
    blinker
    aiohttp
    python
    msgpack
    numpy
    plotly
    python
    python-socketio
    scipy
    # mpld3 # not packaged
  ];