Skip to content

Commit

Permalink
Revise for Mathics 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed May 16, 2021
1 parent a2f3be5 commit d7f2708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pymathics/graph/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
networkx does all the heavy lifting.
"""

from mathics.builtin.randomnumbers import RandomEnv
from mathics.builtin.numbers.randomnumbers import RandomEnv
from mathics.core.expression import String

from pymathics.graph.__main__ import (
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import sys
import platform
import os
import os.path as osp
from setuptools import setup, find_namespace_packages

Expand Down Expand Up @@ -31,7 +30,7 @@ def read(*rnames):
name="pymathics-graph",
version=__version__,
packages=find_namespace_packages(include=["pymathics.*"]),
install_requires=["Mathics3>=1.1.1", "networkx", "pydot", "matplotlib"],
install_requires=["Mathics3>=2.2.0", "networkx", "pydot", "matplotlib"],
# don't pack Mathics in egg because of media files, etc.
zip_safe=False,
maintainer="Mathics Group",
Expand Down

0 comments on commit d7f2708

Please sign in to comment.