Skip to content

Commit 14fdf5f

Browse files
committed
adding dependency
1 parent 65f2b02 commit 14fdf5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ requires = [
66
"matplotlib",
77
"scipy>=1.10.0",
88
"sympy>=1.11,<1.13",
9+
"Mathics3-Module-Base >= 9.0.0",
910
]
1011
build-backend = "setuptools.build_meta"
1112

1213
[project]
1314
name = "Mathics3-vectorizedplot"
1415
description = 'Mathics3 vectorized plot module'
1516
dependencies = [
16-
"Mathics3-Module-Base >= 9.0.0",
1717
"Mathics3 >= 9.0.0",
18+
"Mathics3-Module-Base >= 9.0.0",
1819
"palettable",
1920
"scikit-image",
2021
]

0 commit comments

Comments
 (0)