Skip to content

Commit

Permalink
Fix numpy version spec for 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilReinhold committed Nov 1, 2022
1 parent f567c66 commit f679020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-lock.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: test-lock

on:
schedule:
- cron: '0 19 * * *' # Every 19:00 UTC = 12:00 PST
# schedule:
# - cron: '0 19 * * *' # Every 19:00 UTC = 12:00 PST
pull_request: # temporary for testing

jobs:
check-rebuild-lock:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ python = ">=3.7,<4.0"
openpulse = ">=0.4.0,<0.5.0"
numpy = [
{version = ">=1.14.5", python = ">=3.7,<3.8"},
{version = ">=1.17.3", python = ">=3.8,<3.9"},
{version = ">=1.19.3", python = ">=3.9,<3.10"},
{version = ">=1.21.6", python = ">=3.10,<3.11"},
{version = ">=1.22.0", python = ">=3.11"}
Expand Down

0 comments on commit f679020

Please sign in to comment.