Skip to content
Snippets Groups Projects
Commit 045b80ae authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Relax networkx dependency

parent c62c3904
No related branches found
No related tags found
1 merge request!1987Relax networkx dependency
Pipeline #213862 passed
......@@ -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',
......
......@@ -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)
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment