We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6dbfa commit 8bd7077Copy full SHA for 8bd7077
pymathics/graph/version.py
@@ -5,4 +5,4 @@
5
# well as importing into Python. That's why there is no
6
# space around "=" below.
7
# fmt: off
8
-__version__="6.1.0dev0" # noqa
+__version__="7.0.0dev0" # noqa
setup.py
@@ -32,7 +32,7 @@ def read(*rnames):
32
version=__version__, # noqa
33
packages=find_namespace_packages(include=["pymathics.*"]),
34
install_requires=[
35
- "Mathics3>=6.0.0",
+ "Mathics3>=6.0.1",
36
"networkx>=3.0.0",
37
"pydot",
38
"matplotlib",
0 commit comments