From d7e9c5ec2b962032c9f2a74814585d42aa892732 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 3 Jun 2022 08:59:33 -0400 Subject: [PATCH] chore: test minimum dependencies in python 3.7 --- testing/constraints-3.7.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index 0b3b309..a7388cd 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -1,2 +1,11 @@ -# Make sure we test with pandas 1.1.0. The Python version isn't that relevant. -pandas==1.1.0 +# This constraints file is used to check that lower bounds +# are correct in setup.py +# List *all* library dependencies and extras in this file. +# Pin the version to the lower bound. +# +# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", +packaging==17.0 +# Make sure we test with pandas 0.24.2. The Python version isn't that relevant. +pandas==0.24.2 +pyarrow==3.0.0 +numpy==1.16.6