diff --git a/setup.py b/setup.py index dbd0269..59c23ff 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]), install_requires=[ 'molmod==1.4.8', - 'numpy==1.23.2', + 'numpy==1.23.3', 'pyiron_atomistics==0.2.51', 'spglib==2.0.1', 'scipy==1.8.1',