Skip to content

Commit f39ba43

Browse files
committed
add arrow-cpp
1 parent 649ad5c commit f39ba43

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dependencies:
6969
- html5lib # pandas.read_html
7070
- lxml # pandas.read_html
7171
- openpyxl # pandas.read_excel, DataFrame.to_excel, pandas.ExcelWriter, pandas.ExcelFile
72+
- arrow-cpp
7273
- pyarrow>=0.9.0 # pandas.read_paquet, DataFrame.to_parquet, pandas.read_feather, DataFrame.to_feather
7374
- pyqt # pandas.read_clipbobard
7475
- pytables>=3.4.2 # pandas.read_hdf, DataFrame.to_hdf

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ fastparquet>=0.2.1
4343
html5lib
4444
lxml
4545
openpyxl
46+
arrow-cpp
4647
pyarrow>=0.9.0
4748
pyqt
4849
tables>=3.4.2

0 commit comments

Comments
 (0)