Skip to content

Commit

Permalink
matplotlib agg fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Sep 7, 2024
1 parent 5e11792 commit f3a3779
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,26 @@
author_email="[email protected]",
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",
Expand Down

0 comments on commit f3a3779

Please sign in to comment.