From 993ccf8f6a1b096d6235877fefce766de0586e0a Mon Sep 17 00:00:00 2001 From: Plamen Valentinov Kolev Date: Fri, 26 Apr 2024 19:18:47 +0200 Subject: [PATCH] Bump minimum version of numpy for python <3.10 --- .github/workflows/minimum.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/minimum.yml b/.github/workflows/minimum.yml index 2043725a3..f97dc4fbe 100644 --- a/.github/workflows/minimum.yml +++ b/.github/workflows/minimum.yml @@ -13,7 +13,7 @@ jobs: python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12'] os: [ubuntu-latest, windows-latest] include: - - os: macos-11 + - os: macos-latest python-version: '3.8' - os: macos-latest python-version: '3.12' diff --git a/pyproject.toml b/pyproject.toml index c6fdb52b5..29e5d2c0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ 'botocore>=1.31', 'cloudpickle>=2.1.0', 'graphviz>=0.13.2', - "numpy>=1.20.0;python_version<'3.10'", + "numpy>=1.21.0;python_version<'3.10'", "numpy>=1.23.3,<2;python_version>='3.10' and python_version<'3.12'", "numpy>=1.26.0,<2;python_version>='3.12'", "pandas>=1.1.3;python_version<'3.10'",