Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading the versions of required python packages to mitigate the changes in code architecture #405

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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