Skip to content

Commit 096e764

Browse files
[fix] Update dependences
1 parent 03052c4 commit 096e764

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ classifiers = [
2929
dependencies = [
3030
"requests",
3131
"pydantic>=2.4",
32-
"oqd-compiler-infrastructure@git+https://github.com/openquantumdesign/oqd-compiler-infrastructure",
3332
"oqd-core@git+https://github.com/openquantumdesign/oqd-core",
34-
"oqd-compiler-infrastructure@git+https://github.com/openquantumdesign/oqd-analog-emulator",
3533
]
3634

3735
[project.optional-dependencies]
@@ -45,17 +43,15 @@ docs = [
4543
tests = ["pytest"]
4644

4745
server = [
48-
"pydantic>=2.4",
49-
"qutip~=5.0.1",
5046
"asyncpg",
5147
"uvicorn",
5248
"python-jose",
5349
"passlib",
5450
"python-multipart",
5551
#
56-
"oqd-compiler-infrastructure",
57-
"oqd-core",
58-
"oqd-analog-emulator",
52+
"oqd-compiler-infrastructure@git+https://github.com/openquantumdesign/oqd-compiler-infrastructure",
53+
"oqd-core@git+https://github.com/openquantumdesign/oqd-core",
54+
"oqd-compiler-infrastructure@git+https://github.com/openquantumdesign/oqd-analog-emulator",
5955
]
6056

6157

0 commit comments

Comments
 (0)