python312Packages.pymatgen: remove superfluous optional-dependencies (#501663)

This commit is contained in:
Gaétan Lepage
2026-03-21 20:23:21 +00:00
committed by GitHub
@@ -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
];