Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Allow numpy2 (#52)
Browse files Browse the repository at this point in the history
* allow numpy 2

* ci

* ci
  • Loading branch information
normanrz authored Aug 7, 2024
1 parent b0ce155 commit a10332c
Show file tree
Hide file tree
Showing 4 changed files with 551 additions and 521 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.8'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v1
Expand Down
Loading

0 comments on commit a10332c

Please sign in to comment.