Skip to content

Commit 30b57d6

Browse files
committed
pymatgen dependency version updated, support for python 2 removed
1 parent 4f12496 commit 30b57d6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

setup.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,18 @@ def readme():
1212
setup(
1313
name="pycdt",
1414
packages=find_packages(),
15-
version="2.0.3",
16-
install_requires=["numpy>=1.18.1", "pymatgen>=2020.1.28", "matplotlib>=3.1""monty>=3.0.2"],
15+
version="2.0.4",
16+
install_requires=["numpy>=1.18.1", "pymatgen>=2020.4.29", "matplotlib>=3.1""monty>=3.0.2"],
1717
package_data={"pycdt.utils": ["*.yaml"]},
1818
author="Danny Broberg, Bharat Medasani, Nils Zimmerman",
1919
author_email="[email protected]",
2020
maintainer="Bharat Medasani",
2121
maintainer_email="[email protected]",
22-
#url="http://github.com/mbkumar/pycdcd",
22+
url="http://bitbucket.org/mbkumar/pycdt",
2323
description="PyCDT is a python package to facilitate "
2424
"DFT calculations for point defects in solids",
2525
long_description=readme(),
2626
classifiers=[
27-
"Programming Language :: Python :: 2",
28-
"Programming Language :: Python :: 2.7",
2927
"Programming Language :: Python :: 3",
3028
"Programming Language :: Python :: 3.8",
3129
"Development Status :: 2 - Release",

0 commit comments

Comments
 (0)