Unverified Commit a432d05b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.arviz-base: remove superfluous optional-dependencies (#501665)

parents 1480ba08 9b3f11a3
Loading
Loading
Loading
Loading
+0 −46
Original line number Diff line number Diff line
@@ -12,25 +12,8 @@
  xarray,

  # optional-dependencies
  black,
  build,
  isort,
  mypy,
  pre-commit,
  cloudpickle,
  h5netcdf,
  jupyter-sphinx,
  myst-nb,
  myst-parser,
  numpydoc,
  sphinx,
  sphinx-book-theme,
  sphinx-copybutton,
  sphinx-design,
  netcdf4,
  pytest,
  pytest-cov,
  scipy,
  zarr,

  # tests
@@ -61,41 +44,12 @@ buildPythonPackage (finalAttrs: {
  ];

  optional-dependencies = {
    check = [
      black
      build
      # docstub
      isort
      mypy
      pre-commit
    ];
    ci = [
      cloudpickle
      pre-commit
    ];
    doc = [
      h5netcdf
      jupyter-sphinx
      myst-nb
      myst-parser
      numpydoc
      sphinx
      sphinx-book-theme
      sphinx-copybutton
      sphinx-design
    ];
    h5netcdf = [
      h5netcdf
    ];
    netcdf4 = [
      netcdf4
    ];
    test = [
      pytest
      pytest-cov
      scipy
      xarray
    ];
    zarr = [
      zarr
    ];