Skip to content

Commit

Permalink
add dependency of typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhu2017 committed Jun 3, 2024
1 parent 475eeb9 commit a3a1352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ scipy>=1.7.3
importlib_metadata>=1.4
ase>=3.18.0
monty>=2024.2.26
typing-extensions>=4.12
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
'ase>=3.18.0', #covered by pymatgen
'scipy>=1.7.3',
'importlib_metadata>=1.4',
'typing-extensions>=4.12',
#'pyshtools>=4.10.3',
#"openbabel>=3.0.0",
],
Expand Down

0 comments on commit a3a1352

Please sign in to comment.