Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automatminer/featurization/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import math
import logging

from pymatgen import Composition
from pymatgen.core.comosition import Composition
from matminer.featurizers.conversions import (
StrToComposition,
DictToObject,
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Direct requirements of this project alone
matminer==0.6.2
matminer==0.8.0
pymatgen==2020.01.28
tpot==0.11.0
skrebate==0.6
tpot==0.11.7
skrebate==0.62
pyyaml==5.1.2
scikit-learn==0.22.2

# Also requirements of matminer
# numpy
# pandas
# scikit_learn
# pymatgen
# pymatgen