FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix `2022.12` building · thomasjpfan/array-api@85df0ea · GitHub

Commit 85df0ea

Browse files
committed
Fix 2022.12 building
1 parent ada9102 commit 85df0ea

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

‎spec/2022.12/conf.py‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import sys
2+
3+
from array_api_stubs import _2022_12 as stubs_mod
4+
from _array_api_conf import *
5+
6+
release = "2022.12"
7+
sys.modules["array_api"] = stubs_mod

‎src/array_api_stubs/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from . import _2021_12, _draft
1+
from . import _2021_12, _2022_12, _draft
22

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL