Skip to content

Commit

Permalink
Remove dependency on sympy.
Browse files Browse the repository at this point in the history
Context: issue #163.
  • Loading branch information
dlyongemallo committed Nov 9, 2023
1 parent 5b620f8 commit c06e0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ classifiers = [
dependencies = [
"PySide6",
"pyzx @ git+https://github.com/Quantomatic/pyzx.git",
"sympy>=1.12",
"networkx",
"numpy",
"shapely",
Expand Down Expand Up @@ -93,4 +92,4 @@ zip_include_packages = [
"encodings",
"zxlive",
"pyzx",
]
]
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ numpy~=1.25.2
pytest-qt~=4.2.0
PySide6~=6.5.2
shapely~=2.0.1
sympy~=1.12
pyperclip>=1.8.1
pyperclip>=1.8.1

0 comments on commit c06e0fd

Please sign in to comment.