khaerens commited on
Commit
3e4c171
1 Parent(s): 567d9e6

removed requirements.txt hack

Browse files
Files changed (1) hide show
  1. requirements.txt +97 -5
requirements.txt CHANGED
@@ -1,9 +1,101 @@
1
- streamlit==1.24.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  matplotlib==3.7.2
3
- pyvis==0.1.9
 
 
4
  networkx==3.1
5
- transformers==4.30.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  spacy==3.2.6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  wikipedia==1.4.0
8
- https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0.tar.gz#egg=en_core_web_sm
9
- streamlit==1.24.1
 
1
+ altair==5.0.1
2
+ asttokens==2.2.1
3
+ attrs==23.1.0
4
+ backcall==0.2.0
5
+ beautifulsoup4==4.12.2
6
+ blinker==1.6.2
7
+ blis==0.7.9
8
+ cachetools==5.3.1
9
+ catalogue==2.0.8
10
+ certifi==2023.5.7
11
+ charset-normalizer==3.2.0
12
+ click==8.1.4
13
+ contourpy==1.1.0
14
+ cycler==0.11.0
15
+ cymem==2.0.7
16
+ decorator==5.1.1
17
+ en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0.tar.gz
18
+ executing==1.2.0
19
+ filelock==3.12.2
20
+ fonttools==4.41.0
21
+ fsspec==2023.6.0
22
+ gitdb==4.0.10
23
+ GitPython==3.1.32
24
+ huggingface-hub==0.16.4
25
+ idna==3.4
26
+ importlib-metadata==6.8.0
27
+ ipython==8.14.0
28
+ jedi==0.18.2
29
+ Jinja2==3.1.2
30
+ jsonpickle==3.0.1
31
+ jsonschema==4.18.2
32
+ jsonschema-specifications==2023.6.1
33
+ kiwisolver==1.4.4
34
+ langcodes==3.3.0
35
+ markdown-it-py==3.0.0
36
+ MarkupSafe==2.1.3
37
  matplotlib==3.7.2
38
+ matplotlib-inline==0.1.6
39
+ mdurl==0.1.2
40
+ murmurhash==1.0.9
41
  networkx==3.1
42
+ numpy==1.25.1
43
+ packaging==23.1
44
+ pandas==2.0.3
45
+ parso==0.8.3
46
+ pathy==0.10.2
47
+ pexpect==4.8.0
48
+ pickleshare==0.7.5
49
+ Pillow==9.5.0
50
+ preshed==3.0.8
51
+ prompt-toolkit==3.0.39
52
+ protobuf==4.23.4
53
+ ptyprocess==0.7.0
54
+ pure-eval==0.2.2
55
+ pyarrow==12.0.1
56
+ pydantic==1.8.2
57
+ pydeck==0.8.1b0
58
+ Pygments==2.15.1
59
+ Pympler==1.0.1
60
+ pyparsing==3.0.9
61
+ python-dateutil==2.8.2
62
+ pytz==2023.3
63
+ pytz-deprecation-shim==0.1.0.post0
64
+ pyvis==0.1.9
65
+ PyYAML==6.0
66
+ referencing==0.29.1
67
+ regex==2023.6.3
68
+ requests==2.31.0
69
+ rich==13.4.2
70
+ rpds-py==0.8.10
71
+ safetensors==0.3.1
72
+ six==1.16.0
73
+ smart-open==6.3.0
74
+ smmap==5.0.0
75
+ soupsieve==2.4.1
76
  spacy==3.2.6
77
+ spacy-legacy==3.0.12
78
+ spacy-loggers==1.0.4
79
+ srsly==2.4.6
80
+ stack-data==0.6.2
81
+ streamlit==1.24.1
82
+ tenacity==8.2.2
83
+ thinc==8.0.17
84
+ tokenizers==0.13.3
85
+ toml==0.10.2
86
+ toolz==0.12.0
87
+ tornado==6.3.2
88
+ tqdm==4.65.0
89
+ traitlets==5.9.0
90
+ transformers==4.30.2
91
+ typer==0.4.2
92
+ typing_extensions==4.5.0
93
+ tzdata==2023.3
94
+ tzlocal==4.3.1
95
+ urllib3==2.0.3
96
+ validators==0.20.0
97
+ wasabi==0.10.1
98
+ watchdog==3.0.0
99
+ wcwidth==0.2.6
100
  wikipedia==1.4.0
101
+ zipp==3.16.1