diff --git a/setup.py b/setup.py index 277304f9..6b607af4 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def getVersionNumber(): project_urls=PROJECT_URLS, python_requires=">=3.9", install_requires=[ - "gemmi>=0.5.5, <=0.6.7", + "gemmi>=0.5.5, <=0.7.0", "pandas>=2.2.2, <=2.2.3", "numpy", "scipy",