From e8d6bb5c93aa0dfd9fbc33ef173931e69b254ce3 Mon Sep 17 00:00:00 2001 From: Sean Kavanagh Date: Wed, 16 Aug 2023 11:55:51 +0100 Subject: [PATCH] Add missing botocore dependency for mp-api --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 36ab46a..56d463d 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ "pymatgen>=2023.05.31", "setuptools", "mp-api!=0.34.0", # bug: boto3 added as an unnecessary requirement (https://github.com/materialsproject/pymatgen/issues/3241, https://github.com/materialsproject/api/pull/836) + "botocore", # mp-api requirement, not listed in setup.py in v0.34.0,1 ], extras_require={ "tests": [