Commit 030a7021 authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.pymatgen: remove superfluous optional-dependencies

parent c45258cc
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -36,11 +36,6 @@
  # optional-dependencies
  netcdf4,
  ase,
  pytest,
  pytest-cov,
  invoke,
  sphinx,
  sphinx-rtd-theme,
  numba,
  vtk,

@@ -97,17 +92,6 @@ buildPythonPackage rec {
  optional-dependencies = {
    abinit = [ netcdf4 ];
    ase = [ ase ];
    ci = [
      pytest
      pytest-cov
      # pytest-split
    ];
    docs = [
      invoke
      sphinx
      # sphinx_markdown_builder
      sphinx-rtd-theme
    ];
    electronic_structure = [
      # fdint
    ];