From 28bcb150a30e3e5eadbe8006af736b05e2edf658 Mon Sep 17 00:00:00 2001 From: Duan Juanyong Date: Wed, 3 Jul 2024 14:39:38 +0800 Subject: [PATCH] update cython & numpy --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba04c49..e508559 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: ["ubuntu-latest", "windows", "macos"] + os: ["ubuntu-latest"] python-version: ["3.9", "3.10.8", "3.11"] # Steps represent a sequence of tasks that will be executed as part of the job diff --git a/pyproject.toml b/pyproject.toml index 0d12984..dc71ed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ - "numpy>=1.23.5,<2.0.0", + "numpy>=1.23.5", "pandas>=1.3.5", "seasonal>=0.3.1", "scipy>=1.9.3",