File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed
Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ annotated-types==0.7.0
88 # via pydantic
99bibtexparser==1.4.3
1010 # via pymatgen
11+ boto3==1.40.43
12+ # via mp-api (pyproject.toml)
13+ botocore==1.40.43
14+ # via
15+ # boto3
16+ # s3transfer
1117certifi==2025.8.3
1218 # via requests
1319charset-normalizer==3.4.3
@@ -22,6 +28,10 @@ fonttools==4.60.1
2228 # via matplotlib
2329idna==3.10
2430 # via requests
31+ jmespath==1.0.1
32+ # via
33+ # boto3
34+ # botocore
2535joblib==1.5.2
2636 # via pymatgen
2737kiwisolver==1.4.9
@@ -93,6 +103,7 @@ pyparsing==3.2.5
93103 # matplotlib
94104python-dateutil==2.9.0.post0
95105 # via
106+ # botocore
96107 # matplotlib
97108 # pandas
98109python-dotenv==1.1.1
@@ -112,6 +123,8 @@ ruamel-yaml==0.18.15
112123 # pymatgen
113124ruamel-yaml-clib==0.2.14
114125 # via ruamel-yaml
126+ s3transfer==0.14.0
127+ # via boto3
115128scipy==1.16.2
116129 # via pymatgen
117130six==1.17.0
@@ -143,6 +156,8 @@ tzdata==2025.2
143156uncertainties==3.2.3
144157 # via pymatgen
145158urllib3==2.5.0
146- # via requests
159+ # via
160+ # botocore
161+ # requests
147162wrapt==1.17.3
148163 # via smart-open
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ annotated-types==0.7.0
88 # via pydantic
99bibtexparser==1.4.3
1010 # via pymatgen
11+ boto3==1.40.43
12+ # via mp-api (pyproject.toml)
13+ botocore==1.40.43
14+ # via
15+ # boto3
16+ # s3transfer
1117certifi==2025.8.3
1218 # via requests
1319charset-normalizer==3.4.3
@@ -22,6 +28,10 @@ fonttools==4.60.1
2228 # via matplotlib
2329idna==3.10
2430 # via requests
31+ jmespath==1.0.1
32+ # via
33+ # boto3
34+ # botocore
2535joblib==1.5.2
2636 # via pymatgen
2737kiwisolver==1.4.9
@@ -93,6 +103,7 @@ pyparsing==3.2.5
93103 # matplotlib
94104python-dateutil==2.9.0.post0
95105 # via
106+ # botocore
96107 # matplotlib
97108 # pandas
98109python-dotenv==1.1.1
@@ -112,6 +123,8 @@ ruamel-yaml==0.18.15
112123 # pymatgen
113124ruamel-yaml-clib==0.2.14
114125 # via ruamel-yaml
126+ s3transfer==0.14.0
127+ # via boto3
115128scipy==1.16.2
116129 # via pymatgen
117130six==1.17.0
@@ -143,6 +156,8 @@ tzdata==2025.2
143156uncertainties==3.2.3
144157 # via pymatgen
145158urllib3==2.5.0
146- # via requests
159+ # via
160+ # botocore
161+ # requests
147162wrapt==1.17.3
148163 # via smart-open
You can’t perform that action at this time.
0 commit comments