Skip to content

Commit

Permalink
specified numpy1 installed for python 3.9 due to failed test on githu…
Browse files Browse the repository at this point in the history
…b actions build workflow macos.
  • Loading branch information
DorisMai committed Nov 22, 2024
1 parent e305a05 commit ac6546e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [main]
branches: [main, numpy1py39]
pull_request:
branches: [main]

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ classifiers = [
]
dependencies = [
"torch",
"numpy",
"numpy>=2.1.1; python_version>='3.10'",
"numpy<2.0.0; python_version<'3.10'",
]

[project.urls]
Expand Down

0 comments on commit ac6546e

Please sign in to comment.