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