Skip to content

Instantly share code, notes, and snippets.

@akzaidi
Last active April 26, 2022 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save akzaidi/ed687b492b0f9e77682b0a0a83397659 to your computer and use it in GitHub Desktop.
Save akzaidi/ed687b492b0f9e77682b0a0a83397659 to your computer and use it in GitHub Desktop.
Conda yaml file for Bonsai Preview
name: bonsai-preview
dependencies:
- python=3.7
- pip=19.1.1
- jupyter=1.0.0
- matplotlib=3.0.3
- seaborn=0.9.0
- plotly=3.10.0
- scipy=1.3.0
- pandas=1.2.2
- numpy=1.19.2
- bcrypt=3.2.0
- pip:
- cryptography==2.8
- microsoft-bonsai-api==0.1.3
- msal==1.14.0
- bonsai-cli==1.0.12
- azure-cli==2.28.1
- cufflinks==0.16
- vpython==7.6.0
- pyglet==1.5.0
- jinja2==2.11.2
- python-dotenv==0.13.0
- typer==0.2.1
- Kqlmagic==0.1.113.post1
- pytest==6.0.1
@breakingflower
Copy link

Getting alot of err's with this yml. Some clashing deps include msal <=1.4.3 for microsoft-bonsai-api and >=1.10.0 for azure-cli.

@breakingflower
Copy link

Loosening the versions results in the following conflict:

The conflict is caused by:
    The user requested msal
    microsoft-bonsai-api 0.1.3 depends on msal<=1.4.3 and >=1.2.0
    azure-cli-core 2.28.1 depends on msal<2.0.0 and >=1.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment