Skip to content

Commit

Permalink
add posym requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Oct 8, 2023
1 parent 36797b7 commit e82e962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -5,7 +5,7 @@
numpy>=1.16.6,<1.24.2
matplotlib
PyYAML>=5.1
symgroupy>=0.5.9
posym>=1.0
wfnsympy>=0.3.5
huckelpy>=0.2
pointgroup>=0.4
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@ def get_version_number():
package_data={'': ['ideal_structures_center.yaml',
'periodic_table.yaml']},
include_package_data=True,
install_requires=['numpy', 'matplotlib', 'symgroupy', 'wfnsympy', 'PyYAML', 'huckelpy', 'pointgroup'],
install_requires=['numpy', 'matplotlib', 'posym', 'wfnsympy', 'PyYAML', 'huckelpy', 'pointgroup'],
scripts=['scripts/cosym',
'scripts/shape',
'scripts/gsym',
Expand Down

0 comments on commit e82e962

Please sign in to comment.