We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06cf492 commit 04bb9f6Copy full SHA for 04bb9f6
pyproject.toml
@@ -6,16 +6,16 @@ requires = [
6
"matplotlib",
7
"scipy>=1.10.0",
8
"sympy>=1.11,<1.13",
9
- "Mathics3-Module-Base >= 9.0.0",
+ "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 = [
17
- "Mathics3 >= 9.0.0",
18
+ "Mathics3>=9.0.0",
19
"palettable",
20
"scikit-image",
21
0 commit comments