Skip to content

Commit

Permalink
minor: update requirements, delete old para_circuit file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaoyilunnn committed Aug 25, 2023
1 parent 9c31950 commit 56b762d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 37 deletions.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ipython>=8.14.0
matplotlib>=3.5.2
networkx>=2.6.3
numpy>=1.20.3
Expand All @@ -7,5 +8,6 @@ setuptools>=58.0.4
sparse>=0.13.0
scikit-build>=0.16.1
pybind11>=2.10.3
pygraphviz>=1.11
ply~=3.11
Pillow~=10.0.0
Pillow~=10.0.0
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,19 @@
long_description = f.read()

requirements = [
"ipython>=8.14.0",
"matplotlib>=3.5.2",
"networkx>=2.6.3",
"numpy>=1.20.3",
"requests>=2.26.0",
"scipy>=1.8.1",
"setuptools>=58.0.4",
"sparse>=0.13.0",
"scikit-build>=0.16.1",
"pybind11>=2.10.3",
"pygraphviz>=1.11",
"ply~=3.11",
"Pillow~=10.0.0"
]

setup(
Expand Down
36 changes: 0 additions & 36 deletions src/quafu/circuits/para_circuit.py

This file was deleted.

0 comments on commit 56b762d

Please sign in to comment.