-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review Qibo dependencies #814
Comments
Btw, is sphinx-build missing https://github.com/qiboteam/qibo/actions/runs/4342411482/jobs/7583613358? |
Different problem: Lines 37 to 38 in 341f502
but in a separate group of dev dependencies. We should specify them in the workflow extras, as done in the other two workflows: qibo/.github/workflows/rules.yml Line 23 in 341f502
|
@alecandido I believe we have solved half of your points, could you please update the list? |
I only see one removed, and I ticked as done in the OP. The others seem to be still there as before:
|
Thanks. |
Starting with #806 we are treating dependencies more carefully, e.g. resolving compatible versions.
In particular, the following dependencies should be reconsidered:
tabulate
rich
and itsrich.table.Table
objectcirq
sphinx-markdown-tables
ply
nlopt
matplotlib
seems unused inqibo
, and only used in the examplespsutil
is only used to get the CPU countqibo/src/qibo/backends/tensorflow.py
Line 200 in 1dd73f7
multiprocessing.cpu_count()
(which is standard library) - it would have not been possible forlogical = False
, but it is not what it's being usedThe text was updated successfully, but these errors were encountered: