Skip to content

Commit 6245477

Browse files
add pyarrow to extras
1 parent db8bda1 commit 6245477

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

emmet-core/requirements/ubuntu-latest_py3.10_extras.txt

+3
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,9 @@ psutil==7.0.0
436436
# dgl
437437
pubchempy==1.0.4
438438
# via robocrys
439+
pyarrow==19.0.1
440+
# via
441+
# emmet-core (setup.py)
439442
pybtex==0.24.0
440443
# via
441444
# emmet-core

emmet-core/requirements/ubuntu-latest_py3.11_extras.txt

+3
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,9 @@ psutil==7.0.0
432432
# dgl
433433
pubchempy==1.0.4
434434
# via robocrys
435+
pyarrow==19.0.1
436+
# via
437+
# emmet-core (setup.py)
435438
pybtex==0.24.0
436439
# via
437440
# emmet-core

emmet-core/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"pymatgen-analysis-alloys>=0.0.6",
4646
"solvation-analysis>=0.4.1",
4747
"MDAnalysis>=2.7.0",
48+
"pyarrow",
4849
],
4950
"ml": ["chgnet", "matgl", "dgl<=2.1"],
5051
"test": [

0 commit comments

Comments
 (0)