From 7adc1b1aa73c55dc07983ff08dcb23fd71e9e8b6 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Thu, 22 Oct 2020 10:16:40 +0200 Subject: [MRG] Cleanup minimal build and add separate build for pep8 (#210) * cleanup requiorement minimal * add pep8 build * cleanup sklearn * skip test if no sklearn * debug build yaml * comment error out in test (test sklearn) * maybe small stuff for better robustness : copy the sub-array * bump verison minimal build * update version strict requireent * update version strict requirement last change --- .github/requirements_strict.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.github/requirements_strict.txt') diff --git a/.github/requirements_strict.txt b/.github/requirements_strict.txt index d7539c5..9a1ada4 100644 --- a/.github/requirements_strict.txt +++ b/.github/requirements_strict.txt @@ -1,7 +1,4 @@ -numpy==1.16.* -scipy==1.0.* -cython==0.23.* -matplotlib -cvxopt -scikit-learn +numpy +scipy>=1.3 +cython pytest -- cgit v1.2.3