forked from googleapis/python-bigquery-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
19 lines (19 loc) · 739 Bytes
/
requirements.txt
File metadata and controls
19 lines (19 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
google-auth==2.40.3
google-cloud-bigquery-storage==2.33.1
google-cloud-bigquery===3.30.0; python_version <= '3.8'
google-cloud-bigquery==3.37.0; python_version >= '3.9'
pyarrow===12.0.1; python_version == '3.7'
pyarrow===17.0.0; python_version == '3.8'
pyarrow==21.0.0; python_version >= '3.9'
ipython===7.31.1; python_version == '3.7'
ipython===8.10.0; python_version == '3.8'
ipython===8.18.1; python_version == '3.9'
ipython===8.33.0; python_version == '3.10'
ipython==9.5.0; python_version >= '3.11'
ipywidgets==8.1.7
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.3.2; python_version >= '3.9'
tqdm==4.67.1
db-dtypes===1.4.2; python_version <= '3.8'
db-dtypes==1.4.3; python_version >= '3.9'