Update requirements.txt
Browse files- requirements.txt +3 -96
requirements.txt
CHANGED
@@ -1,101 +1,8 @@
|
|
1 |
|
2 |
-
cycler==0.12.1
|
3 |
datasets==2.15.0
|
4 |
-
|
5 |
-
dill==0.3.7
|
6 |
-
distlib==0.3.6
|
7 |
-
distro==1.8.0
|
8 |
-
exceptiongroup==1.1.3
|
9 |
-
executing==2.0.1
|
10 |
-
filelock==3.12.0
|
11 |
-
fonttools==4.44.3
|
12 |
-
frozenlist==1.4.0
|
13 |
-
fsspec==2023.10.0
|
14 |
-
gitdb==4.0.11
|
15 |
-
GitPython==3.1.40
|
16 |
-
h11==0.14.0
|
17 |
-
httpcore==1.0.2
|
18 |
-
httpx==0.25.1
|
19 |
huggingface-hub==0.19.4
|
20 |
-
|
21 |
-
iniconfig==2.0.0
|
22 |
-
ipython==8.17.2
|
23 |
-
jedi==0.19.1
|
24 |
-
Jinja2==3.1.2
|
25 |
-
jsonschema==4.19.2
|
26 |
-
jsonschema-specifications==2023.7.1
|
27 |
-
kiwisolver==1.4.5
|
28 |
-
markdown-it-py==3.0.0
|
29 |
-
MarkupSafe==2.1.3
|
30 |
-
matplotlib==3.8.2
|
31 |
-
matplotlib-inline==0.1.6
|
32 |
-
mdurl==0.1.2
|
33 |
-
mpmath==1.3.0
|
34 |
-
multidict==6.0.4
|
35 |
-
multiprocess==0.70.15
|
36 |
networkx==3.2.1
|
37 |
numpy==1.26.1
|
38 |
-
openai
|
39 |
-
packaging==23.2
|
40 |
-
pandas==2.1.3
|
41 |
-
parso==0.8.3
|
42 |
-
pexpect==4.8.0
|
43 |
-
Pillow==10.1.0
|
44 |
-
platformdirs==3.5.1
|
45 |
-
prompt-toolkit==3.0.41
|
46 |
-
protobuf==4.25.0
|
47 |
-
ptyprocess==0.7.0
|
48 |
-
pure-eval==0.2.2
|
49 |
-
pyarrow==14.0.1
|
50 |
-
pyarrow-hotfix==0.5
|
51 |
-
pycosat @ file:///Users/runner/miniforge3/conda-bld/pycosat_1666836623787/work
|
52 |
-
pycparser @ file:///home/conda/feedstock_root/build_artifacts/pycparser_1636257122734/work
|
53 |
-
pydantic==2.4.2
|
54 |
-
pydantic_core==2.10.1
|
55 |
-
pydeck==0.8.1b0
|
56 |
-
Pygments==2.16.1
|
57 |
-
pyOpenSSL @ file:///home/conda/feedstock_root/build_artifacts/pyopenssl_1680037383858/work
|
58 |
-
pyparsing==3.1.1
|
59 |
-
PySocks @ file:///home/conda/feedstock_root/build_artifacts/pysocks_1661604839144/work
|
60 |
-
pytest==7.4.3
|
61 |
-
python-dateutil==2.8.2
|
62 |
-
python-dotenv==1.0.0
|
63 |
-
pytz==2023.3.post1
|
64 |
-
PyYAML==6.0.1
|
65 |
-
referencing==0.30.2
|
66 |
-
regex==2023.10.3
|
67 |
-
requests @ file:///home/conda/feedstock_root/build_artifacts/requests_1680286922386/work
|
68 |
-
rich==13.6.0
|
69 |
-
rpds-py==0.12.0
|
70 |
-
ruamel.yaml @ file:///Users/runner/miniforge3/conda-bld/ruamel.yaml_1678273098088/work
|
71 |
-
ruamel.yaml.clib @ file:///Users/runner/miniforge3/conda-bld/ruamel.yaml.clib_1670412881259/work
|
72 |
-
safetensors==0.4.0
|
73 |
-
six==1.16.0
|
74 |
-
smmap==5.0.1
|
75 |
-
sniffio==1.3.0
|
76 |
-
stack-data==0.6.3
|
77 |
-
streamlit==1.28.1
|
78 |
-
sympy==1.12
|
79 |
-
tenacity==8.2.3
|
80 |
-
tokenizers==0.15.0
|
81 |
-
toml==0.10.2
|
82 |
-
tomli==2.0.1
|
83 |
-
toolz @ file:///home/conda/feedstock_root/build_artifacts/toolz_1657485559105/work
|
84 |
-
torch==2.1.1
|
85 |
-
torchaudio==2.1.1
|
86 |
-
torchvision==0.16.1
|
87 |
-
tornado==6.3.3
|
88 |
-
tqdm @ file:///home/conda/feedstock_root/build_artifacts/tqdm_1677948868469/work
|
89 |
-
traitlets==5.13.0
|
90 |
-
transformers==4.35.2
|
91 |
-
typing_extensions==4.8.0
|
92 |
-
tzdata==2023.3
|
93 |
-
tzlocal==5.2
|
94 |
-
urllib3 @ file:///home/conda/feedstock_root/build_artifacts/urllib3_1678635778344/work
|
95 |
-
validators==0.22.0
|
96 |
-
virtualenv==20.23.0
|
97 |
-
wcwidth==0.2.10
|
98 |
-
xxhash==3.4.1
|
99 |
-
yarl==1.9.2
|
100 |
-
zipp==3.17.0
|
101 |
-
zstandard==0.19.0
|
|
|
1 |
|
|
|
2 |
datasets==2.15.0
|
3 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
huggingface-hub==0.19.4
|
5 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
networkx==3.2.1
|
7 |
numpy==1.26.1
|
8 |
+
openai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|