Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/CyberBattleSim
Path: blob/main/requirements.dev.txt
597 views
1
# for vscode intellisense
2
jedi==0.19.1
3
4
# notebooks
5
jupyter>=1.0.0
6
jupytext~=1.15.2
7
ipykernel==6.6.1
8
papermill==2.3.3
9
10
# training
11
torch==2.7.0
12
stable-baselines3==2.3.2
13
14
# linter and formatter
15
ruff==0.5.6
16
17
# testing
18
pytest~=8.3.2
19
20
# code hygene
21
pre-commit==3.5.0
22
23
# console-based training
24
asciichartpy==1.5.25
25
26
psutil==5.7.2
27
28
29
############
30
# pinning dependencies to avoid dependency changes breaking `pip install`
31
ansiwrap==0.8.4
32
anyio==4.0.0
33
argon2-cffi==23.1.0
34
argon2-cffi-bindings==21.2.0
35
arrow==1.3.0
36
asttokens==2.4.0
37
async-lru==2.0.4
38
attrs==22.2.0
39
autopep8==2.0.4
40
babel==2.13.0
41
backcall==0.2.0
42
beautifulsoup4==4.12.2
43
bleach==6.1.0
44
cffi==1.16.0
45
cfgv==3.4.0
46
click==8.1.7
47
cloudpickle==2.2.1
48
comm==0.1.4
49
contourpy==1.1.1
50
cycler==0.12.1
51
debugpy==1.8.0
52
defusedxml==0.7.1
53
distlib==0.3.7
54
entrypoints==0.4
55
exceptiongroup==1.1.3
56
executing==2.0.1
57
fastjsonschema==2.18.1
58
filelock==3.12.4
59
fonttools==4.43.1
60
fqdn==1.5.1
61
identify==2.5.30
62
iniconfig==2.0.0
63
ipython-genutils==0.2.0
64
ipywidgets==8.1.1
65
isoduration==20.11.0
66
jinja2==3.1.6
67
json5==0.9.14
68
jsonpointer==2.4
69
jsonschema==4.18.6
70
jupyter-client==7.4.9
71
jupyter-console==6.4.4
72
jupyter-events==0.10.0
73
jupyter-lsp==2.2.2
74
jupyter-server==2.14.2
75
jupyter-server-terminals==0.5.3
76
jupyterlab==4.2.5
77
jupyterlab-pygments==0.2.2
78
jupyterlab-server==2.27.3
79
jupyterlab-widgets==3.0.9
80
kiwisolver==1.4.5
81
markdown-it-py==2.2.0
82
markupsafe==2.1.3
83
matplotlib>=3.9.4
84
matplotlib-inline==0.1.6
85
mccabe==0.7.0
86
mistune==3.0.2
87
mypy-extensions==1.0.0
88
nbclient==0.8.0
89
nbconvert==7.9.2
90
nbformat==5.9.2
91
nest-asyncio==1.5.8
92
notebook==7.2.2
93
notebook-shim==0.2.3
94
nvidia-cublas-cu11==11.10.3.66
95
nvidia-cuda-nvrtc-cu11==11.7.99
96
nvidia-cuda-runtime-cu11==11.7.99
97
nvidia-cudnn-cu11==8.5.0.96
98
overrides==7.4.0
99
packaging==23.2
100
pandocfilters==1.5.0
101
parso==0.8.3
102
pathspec==0.11.2
103
pexpect==4.8.0
104
pickleshare==0.7.5
105
pillow==10.3.0
106
pluggy==1.5.0
107
prometheus-client==0.17.1
108
prompt-toolkit==3.0.47
109
ptyprocess==0.7.0
110
pure-eval==0.2.2
111
pycodestyle==2.11.1
112
pycparser==2.21
113
pyflakes==3.1.0
114
pygments==2.16.1
115
pyparsing==3.1.1
116
pyrsistent==0.19.3
117
python-json-logger==2.0.7
118
python-utils==3.8.1
119
pytz==2023.3.post1
120
pyyaml==6.0.1
121
qtconsole==5.4.4
122
qtpy==2.4.0
123
retrying==1.3.4
124
rfc3339-validator==0.1.4
125
rfc3986-validator==0.1.1
126
send2trash==1.8.2
127
sniffio==1.3.0
128
soupsieve==2.5
129
stack-data==0.6.3
130
tabulate==0.8.10
131
terminado==0.17.1
132
textwrap3==0.9.2
133
tinycss2==1.2.1
134
toml==0.10.2
135
tomli==2.0.1
136
tqdm==4.66.3
137
types-python-dateutil==2.8.19.14
138
tzdata==2023.3
139
uri-template==1.3.0
140
virtualenv==20.26.6
141
wcwidth==0.2.8
142
webcolors==1.13
143
webencodings==0.5.1
144
websocket-client==1.8.0
145
widgetsnbextension==4.0.9
146
147