Update requirements.txt
Browse files- requirements.txt +1 -24
requirements.txt
CHANGED
@@ -1,25 +1,4 @@
|
|
1 |
-
|
2 |
-
aiosignal==1.3.1
|
3 |
-
altair==5.1.2
|
4 |
-
annotated-types==0.6.0
|
5 |
-
anyio==3.7.1
|
6 |
-
appnope==0.1.3
|
7 |
-
asttokens==2.4.1
|
8 |
-
async-timeout==4.0.3
|
9 |
-
attrs==23.1.0
|
10 |
-
blinker==1.7.0
|
11 |
-
brotlipy @ file:///Users/runner/miniforge3/conda-bld/brotlipy_1666764759924/work
|
12 |
-
cachetools==5.3.2
|
13 |
-
certifi==2022.12.7
|
14 |
-
cffi @ file:///Users/runner/miniforge3/conda-bld/cffi_1671179893800/work
|
15 |
-
charset-normalizer @ file:///home/conda/feedstock_root/build_artifacts/charset-normalizer_1678108872112/work
|
16 |
-
click==8.1.7
|
17 |
-
colorama @ file:///home/conda/feedstock_root/build_artifacts/colorama_1666700638685/work
|
18 |
-
conda==23.1.0
|
19 |
-
conda-package-handling @ file:///home/conda/feedstock_root/build_artifacts/conda-package-handling_1669907009957/work
|
20 |
-
conda_package_streaming @ file:///home/conda/feedstock_root/build_artifacts/conda-package-streaming_1669733752472/work
|
21 |
-
contourpy==1.2.0
|
22 |
-
cryptography @ file:///Users/runner/miniforge3/conda-bld/cryptography-split_1679811336455/work
|
23 |
cycler==0.12.1
|
24 |
datasets==2.15.0
|
25 |
decorator==5.1.1
|
@@ -38,7 +17,6 @@ h11==0.14.0
|
|
38 |
httpcore==1.0.2
|
39 |
httpx==0.25.1
|
40 |
huggingface-hub==0.19.4
|
41 |
-
idna @ file:///home/conda/feedstock_root/build_artifacts/idna_1663625384323/work
|
42 |
importlib-metadata==6.8.0
|
43 |
iniconfig==2.0.0
|
44 |
ipython==8.17.2
|
@@ -64,7 +42,6 @@ parso==0.8.3
|
|
64 |
pexpect==4.8.0
|
65 |
Pillow==10.1.0
|
66 |
platformdirs==3.5.1
|
67 |
-
pluggy @ file:///home/conda/feedstock_root/build_artifacts/pluggy_1667232663820/work
|
68 |
prompt-toolkit==3.0.41
|
69 |
protobuf==4.25.0
|
70 |
ptyprocess==0.7.0
|
|
|
1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
cycler==0.12.1
|
3 |
datasets==2.15.0
|
4 |
decorator==5.1.1
|
|
|
17 |
httpcore==1.0.2
|
18 |
httpx==0.25.1
|
19 |
huggingface-hub==0.19.4
|
|
|
20 |
importlib-metadata==6.8.0
|
21 |
iniconfig==2.0.0
|
22 |
ipython==8.17.2
|
|
|
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
|