Skip to content

Commit 04bb9f6

Browse files
committed
dependencies
1 parent 06cf492 commit 04bb9f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ requires = [
66
"matplotlib",
77
"scipy>=1.10.0",
88
"sympy>=1.11,<1.13",
9-
"Mathics3-Module-Base >= 9.0.0",
9+
"Mathics3-Module-Base>=9.0.0",
1010
]
1111
build-backend = "setuptools.build_meta"
1212

1313
[project]
1414
name = "Mathics3-vectorizedplot"
1515
description = 'Mathics3 vectorized plot module'
1616
dependencies = [
17-
"Mathics3 >= 9.0.0",
18-
"Mathics3-Module-Base >= 9.0.0",
17+
"Mathics3>=9.0.0",
18+
"Mathics3-Module-Base>=9.0.0",
1919
"palettable",
2020
"scikit-image",
2121
]

0 commit comments

Comments
 (0)