Skip to content

Commit 60f58ae

Browse files
committed
Update dependencies
1 parent 9553dcf commit 60f58ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pymathics/hello/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# well as importing into Python. That's why there is no
66
# space around "=" below.
77
# fmt: off
8-
__version__="7.0.1dev0" # noqa
8+
__version__="9.0.0" # noqa

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ build-backend = "setuptools.build_meta"
1313
name = "Mathics3-hello"
1414
description = 'Mathics3 Hello, World! module'
1515
dependencies = [
16-
"Mathics3-Module-Base",
16+
"Mathics3-Module-Base >= 9.0.0",
17+
"Mathics3 >= 9.0.0",
1718
]
1819
requires-python = ">=3.10"
1920
readme = "README.rst"

0 commit comments

Comments
 (0)