Skip to content

Commit 417aaf3

Browse files
authored
chore: test minimum dependencies in python 3.7 (#113)
1 parent 145f875 commit 417aaf3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

testing/constraints-3.7.txt

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# Make sure we test with pandas 1.1.0. The Python version isn't that relevant.
2-
pandas==1.1.0
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+
packaging==17.0
8+
# Make sure we test with pandas 0.24.2. The Python version isn't that relevant.
9+
pandas==0.24.2
10+
pyarrow==3.0.0
11+
numpy==1.16.6

0 commit comments

Comments
 (0)