Skip to content

Commit bd2d8d5

Browse files
[fix] Fix dependences in pyproject.toml
1 parent 6a0b383 commit bd2d8d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ dependencies = [
3030
"requests",
3131
"pydantic>=2.4",
3232
"numpy~=1.0",
33-
""
34-
# "oqd_compiler_infrastructure",
3533
]
3634

3735
[project.optional-dependencies]
@@ -45,6 +43,7 @@ docs = [
4543
test = ["unittest_prettify"]
4644

4745
server = [
46+
# "oqd-compiler-infrastructure",
4847
"pydantic>=2.4",
4948
"qutip~=5.0.1",
5049
"asyncpg",

0 commit comments

Comments
 (0)