File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ classifiers = [
2929dependencies = [
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 = [
4543tests = [" pytest" ]
4644
4745server = [
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
You can’t perform that action at this time.
0 commit comments