Skip to content

Commit

Permalink
fix pymatgen req
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Mar 24, 2018
1 parent 21a2b19 commit 72b634e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pymatgen==2018.3.22
pymatgen==2018.3.23
pandas==0.22.0
tqdm==4.19.8
pymongo==3.6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'matminer.featurizers': ["*.yaml"],
'matminer.utils.data_files': ['*.csv', '*.json', 'magpie_elementdata/*.table']},
zip_safe=False,
install_requires=['pymatgen>=2018.3.2', 'tqdm>=4.14.0', 'pandas>=0.20.1',
install_requires=['pymatgen>=2018.3.23', 'tqdm>=4.14.0', 'pandas>=0.20.1',
'pymongo>=3.4.0', 'pint>=0.8.1', 'six>=1.10.0',
'citrination-client>=2.1.0', 'plotly>=2.4.1',
'mdf_forge>=0.5.1', 'scikit-learn>=0.19.0',
Expand Down

0 comments on commit 72b634e

Please sign in to comment.