diff --git a/pyproject.toml b/pyproject.toml index 58a802dc118657f862090a0075c52c8094631beb..cab1c6e97ebd23db6fb5b7a9cd31cce9b3047eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ 'lxml-html-clean>=0.1.0', 'matid>=2.0.1', 'mdanalysis==2.5.0', - 'networkx==2.6.3', + 'networkx>=2.6.3', 'nptyping~=1.4.4', 'numpy>=1.22.4,<2.0.0', 'openpyxl>=3.0.0', diff --git a/requirements-dev.txt b/requirements-dev.txt index 87ea1aa64ee33c75f125d7d183d13e6f7ffb0f68..5c795d5804d9fd1f6c53f55305ef3dca03bb2d63 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -141,7 +141,7 @@ mypy==1.0.1 # via nomad-lab (pyproject.toml) mypy-extensions==1.0.0 # via mypy names==0.3.0 # via nomad-lab (pyproject.toml) netcdf4==1.6.5 # via -r requirements.txt, nomad-lab (pyproject.toml) -networkx==2.6.3 # via matid, mdanalysis, pymatgen, -r requirements.txt, nomad-lab (pyproject.toml) +networkx==3.2.1 # via matid, mdanalysis, pymatgen, -r requirements.txt, nomad-lab (pyproject.toml) nh3==0.2.18 # via readme-renderer nomad-openbis==1.0.0 # via -r requirements.txt, nomad-lab (pyproject.toml) nptyping==1.4.4 # via -r requirements.txt, nomad-lab (pyproject.toml) diff --git a/requirements.txt b/requirements.txt index 2d9edb09161772a8c15e430796751d9067765a2d..a86f2316af3d19c9a8e486d9c8184a0bdeab4e8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -108,7 +108,7 @@ mpmath==1.3.0 # via sympy mrcfile==1.5.3 # via griddataformats msgpack==1.0.8 # via mmtf-python, nomad-lab (pyproject.toml) netcdf4==1.6.5 # via nomad-lab (pyproject.toml) -networkx==2.6.3 # via matid, mdanalysis, pymatgen, nomad-lab (pyproject.toml) +networkx==3.2.1 # via matid, mdanalysis, pymatgen, nomad-lab (pyproject.toml) nomad-openbis==1.0.0 # via nomad-lab (pyproject.toml) nptyping==1.4.4 # via nomad-lab (pyproject.toml) numpy==1.26.4 # via ase, biopython, cftime, contourpy, f90wrap, griddataformats, gsd, h5grove, h5py, matid, matplotlib, mdanalysis, mrcfile, netcdf4, nptyping, pandas, phonopy, pyedr, pymatgen, quippy-ase, rdkit, scikit-learn, scipy, spglib, tifffile, xarray, nomad-dos-fingerprints (dependencies/nomad-dos-fingerprints/pyproject.toml), nomad-lab (pyproject.toml)