Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit b3f877e

Browse files
authored
chore: test minimum dependencies in python 3.7 (#459)
* chore: test minimum dependencies in python 3.7 * update constraints * use pandas 1.0.5 in python 3.7 tests
1 parent 143dac9 commit b3f877e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

testing/constraints-3.7.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
google-api-core==1.31.5
9+
proto-plus==1.18.0
10+
libcst==0.2.5
11+
fastavro==0.21.2
12+
pandas==1.0.5
13+
pyarrow==0.15.0
14+
protobuf==3.19.0

0 commit comments

Comments
 (0)