Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1f2f48

Browse files
authored
chore: add constraints file (googleapis#456)
* chore: add constraints file * chore: add constraints file * chore: add constraints file * chore: add constraints file
1 parent aac33df commit b1f2f48

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

testing/constraints-3.10.txt

Whitespace-only changes.

testing/constraints-3.11.txt

Whitespace-only changes.

testing/constraints-3.6.txt

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
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
18
google-api-core==1.23.0
2-
google-cloud-bigquery-storage==2.0.0
9+
proto-plus==1.10.0
310
google-cloud-core==1.4.1
411
google-resumable-media==0.6.0
12+
six==1.13.0
13+
protobuf==3.12.0
14+
google-cloud-bigquery-storage==2.0.0
515
grpcio==1.32.0
6-
ipython==5.5
7-
libcst==0.2.5
8-
llvmlite==0.34.0
9-
# pandas 0.23.0 is the first version to work with pyarrow to_pandas.
16+
pyarrow==1.0.0
1017
pandas==0.23.0
11-
protobuf == 3.12.0
12-
proto-plus==1.10.0
1318
pyarrow==1.0.0
14-
python-snappy==0.5.4
15-
six==1.13.0
1619
tqdm==4.7.4
20+
opentelemetry-api==0.11b0
21+
opentelemetry-sdk==0.11b0
22+
opentelemetry-instrumentation==0.11b0
23+
google-cloud-bigquery-storage==2.0.0
24+
grpcio==1.32.0
25+
pyarrow==1.0.0
26+
opentelemetry-api==0.11b0
27+
opentelemetry-sdk==0.11b0
28+
opentelemetry-instrumentation==0.11b0
29+
pandas==0.23.0
30+
pyarrow==1.0.0
31+
tqdm==4.7.4

testing/constraints-3.9.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)