From 045b80ae463e1f58beca4ebe5d29d50abfe7ca44 Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas <ahmed.n.ilyas@gmail.com> Date: Fri, 26 Jul 2024 16:10:34 +0200 Subject: [PATCH] Relax networkx dependency --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 58a802dc11..cab1c6e97e 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 87ea1aa64e..5c795d5804 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 2d9edb0916..a86f2316af 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) -- GitLab