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

Dependency issue #448

Open
sirbradflies opened this issue Jun 22, 2021 · 2 comments
Open

Dependency issue #448

sirbradflies opened this issue Jun 22, 2021 · 2 comments

Comments

@sirbradflies
Copy link

sirbradflies commented Jun 22, 2021

Can the dependency requirements be loosened?
Currently I have a deployment conflict I could not resolve with:

  • cbpro 1.1.4 depends on requests==2.13.0
  • tensorboard 2.5.0 depends on requests<3 and >=2.21.0
@javabiien
Copy link

As workaround, I did the following:
create or update your requirement.txt by adding the cbpro dependencies and change the versions to match your requirements, for instance:

sortedcontainers>=1.5.9
requests>=2.13.0
six>=1.10.0
websocket-client>=0.40.0
pymongo>=3.5.1

Use the command pip install -r requirements.txt to install the deps.
Then install cbpro without dependencies:
pip install cbpro --no-deps

@roboserg
Copy link

roboserg commented Jun 15, 2022

Can the dependency requirements be loosened? Currently I have a deployment conflict I could not resolve with:

  • cbpro 1.1.4 depends on requests==2.13.0
  • tensorboard 2.5.0 depends on requests<3 and >=2.21.0

Did you manage to create a profitable ML bot? Did you use reinforcement learning or simple supervised learning?

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

No branches or pull requests

3 participants