We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f69e55 commit 3679279Copy full SHA for 3679279
1 file changed
setup.py
@@ -15,13 +15,13 @@
15
author_email="kamal.choudhary@nist.gov",
16
description="alignn",
17
install_requires=[
18
- "numpy>=1.19.5",
+ "numpy<2.0",
19
# "numpy>=1.19.5,<2.0.0",
20
"scipy>=1.6.1",
21
"jarvis-tools>=2021.07.19",
22
"torch<=2.2.1",
23
"mpmath<=1.3.0",
24
- "dgl<=2.2.1",
+ "dgl<=1.1.1",
25
"spglib>=2.0.2",
26
"scikit-learn>=0.22.2",
27
"matplotlib>=3.4.1",
0 commit comments