From fa986cd83f02d40a541c4af05b3cf690d1ba9b72 Mon Sep 17 00:00:00 2001 From: Hrushikesh Sahasrabuddhe <111614145+hrushikesh-s@users.noreply.github.com> Date: Wed, 7 Dec 2022 01:53:31 -0800 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3c1198a6..cbf557c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # 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 @@ -10,4 +10,4 @@ scikit-learn==0.22.2 # numpy # pandas # scikit_learn -# pymatgen \ No newline at end of file +# pymatgen From d5c4901ab559e4e761b1adf0db14b56d913a81da Mon Sep 17 00:00:00 2001 From: Hrushikesh Sahasrabuddhe <111614145+hrushikesh-s@users.noreply.github.com> Date: Wed, 7 Dec 2022 01:54:43 -0800 Subject: [PATCH 2/2] Update core.py --- automatminer/featurization/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automatminer/featurization/core.py b/automatminer/featurization/core.py index 1ba6d1f0..d8166ef3 100644 --- a/automatminer/featurization/core.py +++ b/automatminer/featurization/core.py @@ -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,