From f3a3779c26a97eedd586b4bd56ce4be4a4fd939d Mon Sep 17 00:00:00 2001 From: knc6 Date: Sat, 7 Sep 2024 16:19:26 -0400 Subject: [PATCH] matplotlib agg fix. --- setup.py | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/setup.py b/setup.py index f469900..ebf95e9 100644 --- a/setup.py +++ b/setup.py @@ -15,25 +15,26 @@ author_email="kamal.choudhary@nist.gov", description="alignn", install_requires=[ + "numpy>=1.19.5", # "numpy>=1.19.5,<2.0.0", - # "scipy>=1.6.1", - # "jarvis-tools>=2021.07.19", - # "torch>=2.0.0", - # "mpmath<=1.3.0", - # "dgl>=0.6.0", - # "spglib>=2.0.2", - # "scikit-learn>=0.22.2", - # "matplotlib>=3.4.1", - # "tqdm>=4.60.0", - # "pandas>=1.2.3", - # "pydantic>=1.8.1", - # "pydantic-settings", - # "flake8>=3.9.1", - # "pycodestyle>=2.7.0", - # "pydocstyle>=6.0.0", - # "pyparsing>=2.2.1,<3", - # "ase", - # "lmdb", + "scipy>=1.6.1", + "jarvis-tools>=2021.07.19", + "torch>=2.0.0", + "mpmath<=1.3.0", + "dgl>=0.6.0", + "spglib>=2.0.2", + "scikit-learn>=0.22.2", + "matplotlib>=3.4.1", + "tqdm>=4.60.0", + "pandas>=1.2.3", + "pydantic>=1.8.1", + "pydantic-settings", + "flake8>=3.9.1", + "pycodestyle>=2.7.0", + "pydocstyle>=6.0.0", + "pyparsing>=2.2.1,<3", + "ase", + "lmdb", ], scripts=[ "alignn/pretrained.py",