Skip to content
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

Add requirements.txt #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add requirements.txt #6

wants to merge 1 commit into from

Conversation

randomir
Copy link

Motivation: document requirements of the remaining working code (helpers), so they can be installed on demand, and we don't need to have them (i.e. bokeh) preinstalled in our LeapIDE image.

Motivation: document requirements of the remaining working code (`helpers`), so they can be installed on demand, and we don't need to have them (i.e. `bokeh`) preinstalled in our LeapIDE image.
@randomir randomir requested a review from JoelPasvolsky as a code owner July 10, 2023 09:42
dwave-ocean-sdk>=3.3.0
jupyter
matplotlib~=3.0
bokeh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing the bokeh version used before this repo was archived was 2.x because helpers/draw.py uses from bokeh.models.graphs import from_networkx but that was removed in bokeh 3.0: from_networkx function is now only available to import from bokeh.plotting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants