Skip to content

Commit a1864cf

Browse files
committed
adds constraints.txt file
1 parent d0b7107 commit a1864cf

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
8+
db-dtypes==0.3.0
9+
google-cloud-bigquery==3.13.0
10+
google-cloud-bigquery-storage==2.6.0
11+
ipywidgets==7.7.1
12+
ipython==7.23.1
13+
ipykernel==5.5.6
14+
pandas==1.2.0
15+
pyarrow==3.0.0
16+
pydata-google-auth==1.5.0
17+
tqdm==4.7.4

0 commit comments

Comments
 (0)