File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3838 enable-cache : true
3939
4040 - name : Install the project
41- run : uv pip install .[test ]
41+ run : uv pip install .[tests ]
4242
4343 - name : Run tests
4444 run : uv run pytest tests
Original file line number Diff line number Diff line change @@ -29,10 +29,9 @@ classifiers = [
2929dependencies = [
3030 " requests" ,
3131 " pydantic>=2.4" ,
32- " numpy~=1.0" ,
33- " oqd-compiler-infrastructure" ,
34- " oqd-core" ,
35- " oqd-analog-emulator"
32+ " oqd-compiler-infrastructure@git+https://github.com/openquantumdesign/oqd-compiler-infrastructure" ,
33+ " oqd-core@git+https://github.com/openquantumdesign/oqd-core" ,
34+ " oqd-compiler-infrastructure@git+https://github.com/openquantumdesign/oqd-analog-emulator" ,
3635]
3736
3837[project .optional-dependencies ]
@@ -43,7 +42,7 @@ docs = [
4342 " mkdocstrings-python" ,
4443]
4544
46- test = [" unittest_prettify " ]
45+ tests = [" pytest " ]
4746
4847server = [
4948 " pydantic>=2.4" ,
You can’t perform that action at this time.
0 commit comments