Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Jan 24, 2024
1 parent 3afabf7 commit 8a75a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ absl-py
cirq-core~=1.0
numpy~=1.16
pybind11
typing_extensions
typing_extensions
setuptools
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def build_extension(self, ext):
author_email="[email protected]",
python_requires=">=3.7.0,<3.12.0",
install_requires=requirements,
build_requires=requirements+['packaging'],
build_requires=requirements + ["packaging"],
extras_require={
"dev": dev_requirements,
},
Expand Down

0 comments on commit 8a75a67

Please sign in to comment.