Synced repo using 'sync_with_huggingface' Github Action
Browse files- requirements.txt +12 -123
requirements.txt
CHANGED
|
@@ -1,123 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
cffi==1.17.1
|
| 14 |
-
chardet==5.2.0
|
| 15 |
-
cleo==2.1.0
|
| 16 |
-
click==8.1.6
|
| 17 |
-
cloud-init==24.4.1
|
| 18 |
-
colorama==0.4.6
|
| 19 |
-
command-not-found==0.3
|
| 20 |
-
configobj==5.0.8
|
| 21 |
-
constantly==23.10.4
|
| 22 |
-
cpplint==2.0.0
|
| 23 |
-
crashtest==0.4.1
|
| 24 |
-
cryptography==41.0.7
|
| 25 |
-
dbus-python==1.3.2
|
| 26 |
-
distlib==0.3.9
|
| 27 |
-
distro==1.9.0
|
| 28 |
-
distro-info==1.7+build1
|
| 29 |
-
docopt==0.6.2
|
| 30 |
-
dulwich==0.21.6
|
| 31 |
-
fastimport==0.9.14
|
| 32 |
-
fastjsonschema==2.19.0
|
| 33 |
-
filelock==3.17.0
|
| 34 |
-
gyp==0.1
|
| 35 |
-
h11==0.16.0
|
| 36 |
-
httplib2==0.20.4
|
| 37 |
-
hyperlink==21.0.0
|
| 38 |
-
idna==3.6
|
| 39 |
-
importlib-metadata==4.12.0
|
| 40 |
-
incremental==22.10.0
|
| 41 |
-
iniconfig==2.0.0
|
| 42 |
-
installer==0.7.0
|
| 43 |
-
jaraco.classes==3.2.1
|
| 44 |
-
jeepney==0.8.0
|
| 45 |
-
Jinja2==3.1.2
|
| 46 |
-
jmespath==1.0.1
|
| 47 |
-
jsonpatch==1.32
|
| 48 |
-
jsonpointer==2.0
|
| 49 |
-
jsonschema==4.10.3
|
| 50 |
-
keyring==24.3.1
|
| 51 |
-
launchpadlib==1.11.0
|
| 52 |
-
lazr.restfulclient==0.14.6
|
| 53 |
-
lazr.uri==1.0.6
|
| 54 |
-
lockfile==0.12.2
|
| 55 |
-
markdown-it-py==3.0.0
|
| 56 |
-
MarkupSafe==2.1.5
|
| 57 |
-
mdurl==0.1.2
|
| 58 |
-
more-itertools==10.2.0
|
| 59 |
-
msgpack==1.0.3
|
| 60 |
-
netaddr==0.8.0
|
| 61 |
-
netifaces==0.11.0
|
| 62 |
-
numpy==2.2.2
|
| 63 |
-
oauthlib==3.2.2
|
| 64 |
-
packaging==24.0
|
| 65 |
-
pexpect==4.9.0
|
| 66 |
-
pipenv==2024.4.1
|
| 67 |
-
pipx==1.4.3
|
| 68 |
-
pkginfo==1.9.6
|
| 69 |
-
platformdirs==4.3.6
|
| 70 |
-
pluggy==1.5.0
|
| 71 |
-
poetry-core==1.9.0
|
| 72 |
-
psutil==5.9.8
|
| 73 |
-
ptyprocess==0.7.0
|
| 74 |
-
pyasn1==0.4.8
|
| 75 |
-
pyasn1-modules==0.2.8
|
| 76 |
-
pycparser==2.22
|
| 77 |
-
Pygments==2.17.2
|
| 78 |
-
PyGObject==3.48.2
|
| 79 |
-
PyHamcrest==2.1.0
|
| 80 |
-
PyJWT==2.7.0
|
| 81 |
-
pylev==1.4.0
|
| 82 |
-
pyOpenSSL==23.2.0
|
| 83 |
-
pyparsing==3.1.1
|
| 84 |
-
pyproject_hooks==1.0.0
|
| 85 |
-
pyrsistent==0.20.0
|
| 86 |
-
pyserial==3.5
|
| 87 |
-
pytest==8.3.4
|
| 88 |
-
python-apt==2.7.7+ubuntu4
|
| 89 |
-
python-dateutil==2.8.2
|
| 90 |
-
python-debian==0.1.49+ubuntu2
|
| 91 |
-
python-magic==0.4.27
|
| 92 |
-
pytz==2024.1
|
| 93 |
-
PyYAML==6.0.1
|
| 94 |
-
requests==2.31.0
|
| 95 |
-
requests-toolbelt==1.0.0
|
| 96 |
-
rich==13.7.1
|
| 97 |
-
s3transfer==0.10.1
|
| 98 |
-
SecretStorage==3.3.3
|
| 99 |
-
service-identity==24.1.0
|
| 100 |
-
setuptools==68.1.2
|
| 101 |
-
shellingham==1.5.4
|
| 102 |
-
six==1.16.0
|
| 103 |
-
sniffio==1.3.1
|
| 104 |
-
sos==4.8.2
|
| 105 |
-
ssh-import-id==5.11
|
| 106 |
-
systemd-python==235
|
| 107 |
-
toml==0.10.2
|
| 108 |
-
tomlkit==0.12.4
|
| 109 |
-
trove-classifiers==2024.1.31
|
| 110 |
-
Twisted==24.3.0
|
| 111 |
-
typing_extensions==4.14.0
|
| 112 |
-
ubuntu-drivers-common==0.0.0
|
| 113 |
-
ubuntu-pro-client==8001
|
| 114 |
-
ufw==0.36.2
|
| 115 |
-
unattended-upgrades==0.1
|
| 116 |
-
urllib3==2.0.7
|
| 117 |
-
userpath==1.9.1
|
| 118 |
-
virtualenv==20.29.2
|
| 119 |
-
wadllib==1.3.6
|
| 120 |
-
wheel==0.42.0
|
| 121 |
-
xkit==0.0.0
|
| 122 |
-
zipp==1.0.0
|
| 123 |
-
zope.interface==6.1
|
|
|
|
| 1 |
+
datasets==3.6.0
|
| 2 |
+
matplotlib==3.10.3
|
| 3 |
+
nltk==3.9.1
|
| 4 |
+
numpy==2.3.0
|
| 5 |
+
pandas==2.3.0
|
| 6 |
+
scikit==1.7.0
|
| 7 |
+
seaborn==0.13.2
|
| 8 |
+
torch==2.7.1
|
| 9 |
+
transformers==4.52.4
|
| 10 |
+
jupyter>=1.1.1
|
| 11 |
+
ipykernel>=6.29.5
|
| 12 |
+
gradio>=5.33.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|