We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8555b83 commit 45b6a6fCopy full SHA for 45b6a6f
setup.py
@@ -31,7 +31,7 @@
31
32
if __name__ == "__main__":
33
requirements = open("requirements.txt").readlines()
34
- requirements = [r.strip() for r in requirements]
+ requirements = [r.strip() for r in requirements if not r.startswith("torchquantum")]
35
36
setup(
37
name="torchquantum",
0 commit comments