Skip to content

Commit

Permalink
update cython & numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
juaduan committed Jul 3, 2024
1 parent eddc935 commit 28bcb15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 28bcb15

Please sign in to comment.