Skip to content

Commit

Permalink
Do not use numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ATM-Jahid committed Jul 2, 2024
1 parent 1d80ae4 commit e343625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quippy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def build_extension(self, ext):
'Programming Language :: Python :: 3.9',
],
url='https://github.com/libAtoms/QUIP',
install_requires=['numpy>=1.13', 'f90wrap>=0.2.6', 'ase>=3.17.0'],
install_requires=['numpy>=1.13,<2', 'f90wrap>=0.2.6', 'ase>=3.17.0'],
python_requires=">=3.6",
packages=['quippy'],
package_data={'quippy': package_data_files},
Expand Down

0 comments on commit e343625

Please sign in to comment.