Create req_torch.txt
Browse files- req_torch.txt +70 -0
req_torch.txt
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bokeh==2.4.3
|
2 |
+
decorator==4.4.2
|
3 |
+
docutils==0.16
|
4 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1-py3-none-any.whl
|
5 |
+
|
6 |
+
graphviz==0.10.1
|
7 |
+
grpcio==1.51.3
|
8 |
+
grpcio-status==1.48.2
|
9 |
+
|
10 |
+
ipykernel==5.3.4
|
11 |
+
ipython==7.9.0
|
12 |
+
ipython-genutils==0.2.0
|
13 |
+
ipython-sql==0.3.9
|
14 |
+
ipywidgets==7.7.1
|
15 |
+
|
16 |
+
jupyter-client==6.1.12
|
17 |
+
jupyter-console==6.1.0
|
18 |
+
jupyter_core==5.2.0
|
19 |
+
jupyterlab-pygments==0.2.2
|
20 |
+
jupyterlab-widgets==3.0.5
|
21 |
+
|
22 |
+
langcodes==3.3.0
|
23 |
+
librosa==0.8.1
|
24 |
+
Markdown==3.4.1
|
25 |
+
notebook==6.3.0
|
26 |
+
numba==0.56.4
|
27 |
+
numexpr==2.8.4
|
28 |
+
numpy==1.22.4
|
29 |
+
|
30 |
+
matplotlib==3.5.3
|
31 |
+
matplotlib-venn==0.11.9
|
32 |
+
|
33 |
+
oauth2client==4.1.3
|
34 |
+
oauthlib==3.2.2
|
35 |
+
|
36 |
+
pandas==1.3.5
|
37 |
+
pandas-datareader==0.9.0
|
38 |
+
pandas-gbq==0.17.9
|
39 |
+
pandas-profiling==1.4.1
|
40 |
+
pandocfilters==1.5.0
|
41 |
+
Pillow==8.4.0
|
42 |
+
pip-tools==6.6.2
|
43 |
+
plotly==5.5.0
|
44 |
+
progressbar2==3.38.0
|
45 |
+
py==1.11.0
|
46 |
+
pydot==1.3.0
|
47 |
+
pydot-ng==2.0.0
|
48 |
+
pydotplus==2.0.2
|
49 |
+
|
50 |
+
pytest==3.6.4
|
51 |
+
python-apt==2.0.1
|
52 |
+
python-dateutil==2.8.2
|
53 |
+
python-louvain==0.16
|
54 |
+
python-slugify==8.0.1
|
55 |
+
python-utils==3.5.2
|
56 |
+
requests==2.25.1
|
57 |
+
scipy==1.10.1
|
58 |
+
seaborn==0.11.2
|
59 |
+
soundfile==0.12.1
|
60 |
+
spacy==3.4.4
|
61 |
+
|
62 |
+
|
63 |
+
torch @ https://download.pytorch.org/whl/cu116/torch-1.13.1%2Bcu116-cp38-cp38-linux_x86_64.whl
|
64 |
+
torchaudio @ https://download.pytorch.org/whl/cu116/torchaudio-0.13.1%2Bcu116-cp38-cp38-linux_x86_64.whl
|
65 |
+
torchsummary==1.5.1
|
66 |
+
torchtext==0.14.1
|
67 |
+
torchvision @ https://download.pytorch.org/whl/cu116/torchvision-0.14.1%2Bcu116-cp38-cp38-linux_x86_64.whl
|
68 |
+
tqdm==4.64.1
|
69 |
+
urllib3==1.26.14
|
70 |
+
zipp==3.15.0
|