Skip to content

Commit

Permalink
Fix python version requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Mar 3, 2021
1 parent 9a39553 commit 1ad81fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name="pymatgen-diffusion",
packages=find_packages(),
version="2020.10.8",
install_requires=["pymatgen>=2019.10.3", "monty>=3.0.2"],
install_requires=["pymatgen>=2020.12.31"],
extras_require={},
package_data={},
author="materials virtual lab",
Expand All @@ -29,9 +29,8 @@
keywords=["VASP", "diffusion", "molecular dynamics", "MD"],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 1ad81fb

Please sign in to comment.