Skip to content

Commit

Permalink
[SDS-826] unused package braaks nightly (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer committed Dec 13, 2022
1 parent 7af3cf6 commit 5d1dd13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Nightly SDK build
on:
schedule:
- cron: "59 23 * * 1-5"
push:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_long_description():
license='Apache 2.0',
packages=['quantuminspire', 'quantuminspire.qiskit', 'quantuminspire.projectq'],
install_requires=['coverage>=4.5.1', 'matplotlib>=2.1', 'pylatexenc', 'coreapi>=2.3.3', 'numpy>=1.20', 'jupyter',
'nbimporter', 'sklearn', 'qilib'],
'nbimporter', 'qilib'],
extras_require={
'qiskit': ["qiskit>=0.20.0"],
'projectq': ["projectq>=0.4"],
Expand Down

0 comments on commit 5d1dd13

Please sign in to comment.