Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Nov 9, 2019
2 parents ccf6ee5 + 26c3ad3 commit 9ff6efa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
"description": "AiiDA plugin for running phonon calculations using phonopy",
"author": "Atsushi Togo",
"author_email": "atz.togo@gmail.com",
"classifiers": [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.5"
],
"license": "MIT license",
"install_requires": [
"phonopy",
"phonopy>=2.3.2",
"numpy",
"seekpath"
"seekpath",
"aiida-core>=1.0.0b6,<2.0.0",
"aiida-vasp>=0.3.0"
],
"setup_requires": [
"reentry"
Expand Down

0 comments on commit 9ff6efa

Please sign in to comment.