Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/CyberBattleSim
Path: blob/main/env.yml
597 views
1
name: cybersim
2
channels:
3
- plotly
4
- conda-forge
5
dependencies:
6
- python=3.10
7
- pyright=1.1.374
8
- nodejs
9
- nb_conda_kernels=2.3.1
10
- plotly::plotly-orca==1.3.1 # Plotly orca dependency for plotly figure export
11
- xorg-x11-server-xvfb-cos6-x86_64=1.17.4 # Plotly orca dependency for plotly figure export
12
13
- pip=24.2
14
- pip:
15
- -r requirements.txt
16
- -r requirements.dev.txt
17
18