We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f2b02 commit 14fdf5fCopy full SHA for 14fdf5f
pyproject.toml
@@ -6,15 +6,16 @@ requires = [
6
"matplotlib",
7
"scipy>=1.10.0",
8
"sympy>=1.11,<1.13",
9
+ "Mathics3-Module-Base >= 9.0.0",
10
]
11
build-backend = "setuptools.build_meta"
12
13
[project]
14
name = "Mathics3-vectorizedplot"
15
description = 'Mathics3 vectorized plot module'
16
dependencies = [
- "Mathics3-Module-Base >= 9.0.0",
17
"Mathics3 >= 9.0.0",
18
19
"palettable",
20
"scikit-image",
21
0 commit comments