Skip to content

Commit 73640bf

Browse files
Merge pull request #65 from ColibrITD-SAS/dev
fix: relaxed the versions dependency so the install works on mac
2 parents f59af44 + 64b38cd commit 73640bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_static/custom.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ window.onload = () => {
104104
<p class="admonition-title"><span>Note</span></p>
105105
<p>
106106
Abstract classes (ABCs) are not meant to be instantiated as is. See
107-
classes that inherite from this one to check how to instantiate it.
107+
classes that inherits from this one to check how to instantiate it.
108108
</p>
109109
</div>`;
110110
parents.insertAdjacentElement("afterend", template.content.children[0]);

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ termcolor==2.4.0
2525
aenum==3.1.15
2626
symengine==0.9.2
2727
cirq-core==1.3.0
28-
qsimcirq==0.21.0
28+
qsimcirq
2929
cirq-google==1.3.0
3030
cirq-ionq==1.3.0
3131
cirq-aqt==1.3.0

0 commit comments

Comments
 (0)