ns-devel
commited on
Commit
·
5cde635
1
Parent(s):
2e9cd35
Updated requirements.txt
Browse files- requirements.txt +76 -5
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
altair==5.2.0
|
2 |
anyio==4.0.0
|
3 |
appdirs==1.4.4
|
@@ -12,23 +15,39 @@ certifi==2023.11.17
|
|
12 |
cfgv==3.4.0
|
13 |
charset-normalizer==3.3.2
|
14 |
click==8.1.7
|
15 |
-
|
|
|
16 |
Deprecated==1.2.14
|
17 |
distlib==0.3.7
|
|
|
18 |
Django==4.2
|
19 |
django-crontab==0.7.1
|
20 |
executing==2.0.1
|
|
|
21 |
filelock==3.13.1
|
22 |
finnhub-python==2.4.19
|
23 |
frozendict==2.3.8
|
|
|
|
|
24 |
gitdb==4.0.11
|
25 |
GitPython==3.1.40
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
h11==0.14.0
|
27 |
html5lib==1.1
|
28 |
httpcore==1.0.2
|
|
|
29 |
httpx==0.25.1
|
|
|
30 |
identify==2.5.32
|
31 |
idna==3.4
|
|
|
|
|
32 |
importlib-metadata==6.11.0
|
33 |
ipython==8.18.0
|
34 |
jedi==0.19.1
|
@@ -41,53 +60,105 @@ MarkupSafe==2.1.3
|
|
41 |
matplotlib-inline==0.1.6
|
42 |
mdurl==0.1.2
|
43 |
mftool==2.7.1
|
|
|
|
|
|
|
44 |
multitasking==0.0.11
|
|
|
45 |
nodeenv==1.8.0
|
46 |
numpy==1.26.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
packaging==23.2
|
48 |
pandas==2.1.3
|
49 |
parso==0.8.3
|
50 |
peewee==3.17.0
|
51 |
pexpect==4.9.0
|
52 |
Pillow==10.1.0
|
|
|
53 |
platformdirs==3.11.0
|
54 |
pre-commit==3.5.0
|
|
|
55 |
prompt-toolkit==3.0.41
|
|
|
56 |
protobuf==4.25.1
|
|
|
57 |
psycopg2-binary==2.9.9
|
58 |
ptyprocess==0.7.0
|
59 |
pure-eval==0.2.2
|
60 |
-
pyarrow==14.0.
|
|
|
|
|
|
|
61 |
pydeck==0.8.1b0
|
|
|
62 |
Pygments==2.17.2
|
|
|
|
|
63 |
python-dateutil==2.8.2
|
|
|
|
|
64 |
pytz==2023.3.post1
|
65 |
PyYAML==6.0.1
|
66 |
referencing==0.32.0
|
|
|
|
|
67 |
requests==2.31.0
|
68 |
rich==13.7.0
|
69 |
-
rpds-py==0.
|
|
|
|
|
70 |
six==1.16.0
|
71 |
smmap==5.0.1
|
72 |
sniffio==1.3.0
|
|
|
73 |
soupsieve==2.5
|
74 |
sqlparse==0.4.4
|
75 |
stack-data==0.6.3
|
|
|
76 |
streamlit==1.29.0
|
|
|
|
|
77 |
tenacity==8.2.3
|
|
|
78 |
toml==0.10.2
|
79 |
toolz==0.12.0
|
|
|
80 |
tornado==6.4
|
|
|
81 |
traitlets==5.13.0
|
|
|
|
|
|
|
|
|
82 |
typing_extensions==4.9.0
|
83 |
tzdata==2023.3
|
84 |
tzlocal==5.2
|
85 |
-
urllib3==
|
|
|
|
|
86 |
validators==0.22.0
|
87 |
virtualenv==20.24.6
|
88 |
watchdog==3.0.0
|
|
|
89 |
wcwidth==0.2.12
|
90 |
webencodings==0.5.1
|
|
|
91 |
wrapt==1.16.0
|
|
|
|
|
92 |
yfinance==0.2.32
|
93 |
-
|
|
|
|
1 |
+
accelerate==0.25.0
|
2 |
+
aiohttp==3.9.1
|
3 |
+
aiosignal==1.3.1
|
4 |
altair==5.2.0
|
5 |
anyio==4.0.0
|
6 |
appdirs==1.4.4
|
|
|
15 |
cfgv==3.4.0
|
16 |
charset-normalizer==3.3.2
|
17 |
click==8.1.7
|
18 |
+
cog==0.8.6
|
19 |
+
decorator==4.4.2
|
20 |
Deprecated==1.2.14
|
21 |
distlib==0.3.7
|
22 |
+
distro==1.9.0
|
23 |
Django==4.2
|
24 |
django-crontab==0.7.1
|
25 |
executing==2.0.1
|
26 |
+
fastapi==0.98.0
|
27 |
filelock==3.13.1
|
28 |
finnhub-python==2.4.19
|
29 |
frozendict==2.3.8
|
30 |
+
frozenlist==1.4.1
|
31 |
+
fsspec==2023.12.2
|
32 |
gitdb==4.0.11
|
33 |
GitPython==3.1.40
|
34 |
+
google-ai-generativelanguage==0.4.0
|
35 |
+
google-api-core==2.15.0
|
36 |
+
google-auth==2.26.2
|
37 |
+
google-generativeai==0.3.2
|
38 |
+
googleapis-common-protos==1.62.0
|
39 |
+
grpcio==1.60.0
|
40 |
+
grpcio-status==1.60.0
|
41 |
h11==0.14.0
|
42 |
html5lib==1.1
|
43 |
httpcore==1.0.2
|
44 |
+
httptools==0.6.1
|
45 |
httpx==0.25.1
|
46 |
+
huggingface-hub==0.20.1
|
47 |
identify==2.5.32
|
48 |
idna==3.4
|
49 |
+
imageio==2.33.1
|
50 |
+
imageio-ffmpeg==0.4.9
|
51 |
importlib-metadata==6.11.0
|
52 |
ipython==8.18.0
|
53 |
jedi==0.19.1
|
|
|
60 |
matplotlib-inline==0.1.6
|
61 |
mdurl==0.1.2
|
62 |
mftool==2.7.1
|
63 |
+
moviepy==1.0.3
|
64 |
+
mpmath==1.3.0
|
65 |
+
multidict==6.0.4
|
66 |
multitasking==0.0.11
|
67 |
+
networkx==3.2.1
|
68 |
nodeenv==1.8.0
|
69 |
numpy==1.26.2
|
70 |
+
nvidia-cublas-cu12==12.1.3.1
|
71 |
+
nvidia-cuda-cupti-cu12==12.1.105
|
72 |
+
nvidia-cuda-nvrtc-cu12==12.1.105
|
73 |
+
nvidia-cuda-runtime-cu12==12.1.105
|
74 |
+
nvidia-cudnn-cu12==8.9.2.26
|
75 |
+
nvidia-cufft-cu12==11.0.2.54
|
76 |
+
nvidia-curand-cu12==10.3.2.106
|
77 |
+
nvidia-cusolver-cu12==11.4.5.107
|
78 |
+
nvidia-cusparse-cu12==12.1.0.106
|
79 |
+
nvidia-nccl-cu12==2.18.1
|
80 |
+
nvidia-nvjitlink-cu12==12.3.101
|
81 |
+
nvidia-nvtx-cu12==12.1.105
|
82 |
+
openai==0.28.0
|
83 |
+
outcome==1.3.0.post0
|
84 |
packaging==23.2
|
85 |
pandas==2.1.3
|
86 |
parso==0.8.3
|
87 |
peewee==3.17.0
|
88 |
pexpect==4.9.0
|
89 |
Pillow==10.1.0
|
90 |
+
pkg_resources==0.0.0
|
91 |
platformdirs==3.11.0
|
92 |
pre-commit==3.5.0
|
93 |
+
proglog==0.1.10
|
94 |
prompt-toolkit==3.0.41
|
95 |
+
proto-plus==1.23.0
|
96 |
protobuf==4.25.1
|
97 |
+
psutil==5.9.7
|
98 |
psycopg2-binary==2.9.9
|
99 |
ptyprocess==0.7.0
|
100 |
pure-eval==0.2.2
|
101 |
+
pyarrow==14.0.1
|
102 |
+
pyasn1==0.5.1
|
103 |
+
pyasn1-modules==0.3.0
|
104 |
+
pydantic==1.10.13
|
105 |
pydeck==0.8.1b0
|
106 |
+
pyee==8.2.2
|
107 |
Pygments==2.17.2
|
108 |
+
pyppeteer==1.0.2
|
109 |
+
PySocks==1.7.1
|
110 |
python-dateutil==2.8.2
|
111 |
+
python-dotenv==1.0.0
|
112 |
+
pytube==15.0.0
|
113 |
pytz==2023.3.post1
|
114 |
PyYAML==6.0.1
|
115 |
referencing==0.32.0
|
116 |
+
regex==2023.12.25
|
117 |
+
replicate==0.22.0
|
118 |
requests==2.31.0
|
119 |
rich==13.7.0
|
120 |
+
rpds-py==0.14.1
|
121 |
+
rsa==4.9
|
122 |
+
safetensors==0.4.1
|
123 |
six==1.16.0
|
124 |
smmap==5.0.1
|
125 |
sniffio==1.3.0
|
126 |
+
sortedcontainers==2.4.0
|
127 |
soupsieve==2.5
|
128 |
sqlparse==0.4.4
|
129 |
stack-data==0.6.3
|
130 |
+
starlette==0.27.0
|
131 |
streamlit==1.29.0
|
132 |
+
structlog==23.3.0
|
133 |
+
sympy==1.12
|
134 |
tenacity==8.2.3
|
135 |
+
tokenizers==0.15.0
|
136 |
toml==0.10.2
|
137 |
toolz==0.12.0
|
138 |
+
torch==2.1.2
|
139 |
tornado==6.4
|
140 |
+
tqdm==4.66.1
|
141 |
traitlets==5.13.0
|
142 |
+
transformers==4.36.2
|
143 |
+
trio==0.23.1
|
144 |
+
trio-websocket==0.11.1
|
145 |
+
triton==2.1.0
|
146 |
typing_extensions==4.9.0
|
147 |
tzdata==2023.3
|
148 |
tzlocal==5.2
|
149 |
+
urllib3==1.26.18
|
150 |
+
uvicorn==0.25.0
|
151 |
+
uvloop==0.19.0
|
152 |
validators==0.22.0
|
153 |
virtualenv==20.24.6
|
154 |
watchdog==3.0.0
|
155 |
+
watchfiles==0.21.0
|
156 |
wcwidth==0.2.12
|
157 |
webencodings==0.5.1
|
158 |
+
websockets==10.4
|
159 |
wrapt==1.16.0
|
160 |
+
wsproto==1.2.0
|
161 |
+
yarl==1.9.4
|
162 |
yfinance==0.2.32
|
163 |
+
youtube-dl==2021.12.17
|
164 |
+
zipp==3.17.0
|