From 733edfc1a928789761cd6b658669f3223a344e50 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 6 Nov 2021 12:57:07 -0700 Subject: Test scipy and pandas on py3.10 (#5174) --- 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