From 3a8f04239803a4ee8f48426398800de2111f34cd Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 6 Nov 2021 10:24:30 -0700 Subject: Test scipy and pandas on py3.10 --- requirements/default.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/default.txt b/requirements/default.txt index 88195c88..15b8c4e2 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -1,4 +1,4 @@ numpy>=1.19 -scipy>=1.5,!=1.6.1; python_version<'3.10' +scipy>=1.6.2 matplotlib>=3.3; python_version<'3.10' -pandas>=1.1; python_version<'3.10' +pandas>=1.2 -- cgit v1.2.1