Skip to content

Commit 333c262

Browse files
committed
rex.notebook: pin numpy to 1.21.3
Newly released 1.21.4 is while trying to build a wheel. We can reconsider when/if they add wheels for this version back.
1 parent 62c0822 commit 333c262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rex.notebook/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"ipykernel == 5.1.2",
3030
"jupyter_client == 5.3.1",
3131
"papermill == 1.2.0",
32+
"numpy == 1.21.3",
3233
],
3334
entry_points={"rex.ctl": ["rex = rex.notebook.ctl"]},
3435
dependency_links=["https://dist.rexdb.org/packages/"],

0 commit comments

Comments
 (0)