Skip to content

Commit

Permalink
try running with np 2; remove 32bit wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb authored Apr 4, 2024
1 parent 3ad422a commit 8c52b9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
matrix:
cfg:
- { os: ubuntu-latest, arch: x86_64 }
- { os: ubuntu-latest, arch: i686 }
- { os: windows-latest, arch: AMD64 }
- { os: windows-latest, arch: x86 }
- { os: macos-latest, arch: x86_64 }
- { os: macos-latest, arch: arm64 }
- { os: macos-latest, arch: universal2 }
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"emcee>=3.0.0",
"hankel>=1.0.0",
"meshio>=5.1.0",
"numpy>=1.19.3",
"numpy>=2.0.0rc1",
"pyevtk>=1.1.1",
"scipy>=1.1.0",
]
Expand Down

0 comments on commit 8c52b9a

Please sign in to comment.