python312Packages.pymatgen: remove superfluous optional-dependencies

This commit is contained in:
Robert Schütz
2026-03-19 22:14:57 -07:00
parent c45258cc41
commit 030a702191
@@ -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
];