Skip to content

Commit 3679279

Browse files
committed
Pin dgl and numpy
1 parent 1f69e55 commit 3679279

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
author_email="kamal.choudhary@nist.gov",
1616
description="alignn",
1717
install_requires=[
18-
"numpy>=1.19.5",
18+
"numpy<2.0",
1919
# "numpy>=1.19.5,<2.0.0",
2020
"scipy>=1.6.1",
2121
"jarvis-tools>=2021.07.19",
2222
"torch<=2.2.1",
2323
"mpmath<=1.3.0",
24-
"dgl<=2.2.1",
24+
"dgl<=1.1.1",
2525
"spglib>=2.0.2",
2626
"scikit-learn>=0.22.2",
2727
"matplotlib>=3.4.1",

0 commit comments

Comments
 (0)