We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dd0eb commit 78e464eCopy full SHA for 78e464e
pyproject.toml
@@ -29,7 +29,7 @@ classifiers = [
29
]
30
dependencies = [
31
"ipywidgets>=8.0.0",
32
- "numpy",
+ "numpy<2.0.0",
33
"widget_code_input",
34
"matplotlib",
35
"termcolor"
tox.ini
@@ -35,7 +35,7 @@ deps =
imageio
36
# we fix matplotlib for consistent image tests
37
matplotlib==3.7.2
38
- numpy
+ numpy<2.0.0
39
scikit-image
40
ipympl
41
commands =
@@ -67,7 +67,7 @@ deps =
67
68
69
70
71
72
73
0 commit comments