tangled
alpha
login
or
join now
cduck.me
/
drawsvg
0
fork
atom
Programmatically generate SVG (vector) images, animations, and interactive Jupyter widgets
0
fork
atom
overview
issues
pulls
pipelines
Expand range of supported numpy versions
cduck.me
2 months ago
cc702845
59c11292
+3
-3
1 changed file
expand all
collapse all
unified
split
setup.py
+3
-3
setup.py
···
34
34
extras_require = {
35
35
'raster': [
36
36
'cairoSVG~=2.3',
37
37
-
'numpy~=2.1',
37
37
+
'numpy>=1.16,<3',
38
38
'imageio~=2.5',
39
39
'imageio_ffmpeg~=0.4',
40
40
],
41
41
'color': [
42
42
'pwkit~=1.0',
43
43
-
'numpy~=2.1',
43
43
+
'numpy>=1.16,<3',
44
44
],
45
45
'all': [
46
46
'cairoSVG~=2.3',
47
47
-
'numpy~=2.1',
47
47
+
'numpy>=1.16,<3',
48
48
'imageio~=2.5',
49
49
'imageio_ffmpeg~=0.4',
50
50
'pwkit~=1.0',