Skip to content

Commit

Permalink
Update requirements to make them compatible with PyPI requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdwetering committed Feb 19, 2024
1 parent 3eaae61 commit e8c5f01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ readme = "README.md"
requires-python = ">=3.9"
license = { file = "LICENSE" }
authors = [
{ name = "Aleks Kissinger" },
{ email = "aleks0@gmail.com" }
{ name = "ZXLive contributors" },
{ email = "john@vdwetering.name" }
]
classifiers = [
"License :: OSI Approved :: Apache Software License",
Expand All @@ -29,7 +29,7 @@ classifiers = [
]
dependencies = [
"PySide6",
"pyzx @ git+https://github.com/Quantomatic/pyzx.git",
"pyzx >= 0.8.0",
"networkx",
"numpy",
"shapely",
Expand All @@ -39,7 +39,6 @@ dependencies = [
[project.optional-dependencies]
test = [
"PySide6-stubs",
"shapely-stubs @ git+https://github.com/ciscorn/shapely-stubs.git",
"mypy",
"pyproject-flake8",
"pylint",
Expand Down
7 changes: 6 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
pyzx @ git+https://github.com/Quantomatic/pyzx
pyzx 0.8.0

This comment has been minimized.

Copy link
@dlyongemallo

dlyongemallo May 5, 2024

Contributor

This is a syntax error? I'm surprised it wasn't caught by some tool.

networkx~=3.1
numpy~=1.25.2
pytest-qt~=4.2.0
PySide6~=6.5.2
PySide6-stubs
shapely~=2.0.1
shapely-stubs @ git+https://github.com/ciscorn/shapely-stubs.git
pyperclip>=1.8.1
mypy
pylint
pyproject-flake8

0 comments on commit e8c5f01

Please sign in to comment.