Commit
·
79a7db4
1
Parent(s):
5c22dc1
fix install from GitHub
Browse files- requirements.txt +1 -147
requirements.txt
CHANGED
|
@@ -1,148 +1,2 @@
|
|
| 1 |
-
|
| 2 |
-
# Please do not edit it manually.
|
| 3 |
|
| 4 |
-
aiofiles==23.2.1
|
| 5 |
-
aiohappyeyeballs==2.4.3
|
| 6 |
-
aiohttp==3.11.7
|
| 7 |
-
aiosignal==1.3.1
|
| 8 |
-
airportsdata==20241001
|
| 9 |
-
annotated-types==0.7.0
|
| 10 |
-
anyio==4.6.2.post1
|
| 11 |
-
argilla==2.4.0
|
| 12 |
-
asttokens==2.4.1
|
| 13 |
-
async-timeout==5.0.1; python_version < "3.11"
|
| 14 |
-
attrs==24.2.0
|
| 15 |
-
authlib==1.3.2
|
| 16 |
-
certifi==2024.8.30
|
| 17 |
-
cffi==1.17.1; platform_python_implementation != "PyPy"
|
| 18 |
-
charset-normalizer==3.4.0
|
| 19 |
-
click==8.1.7
|
| 20 |
-
cloudpickle==3.1.0
|
| 21 |
-
colorama==0.4.6; platform_system == "Windows" or sys_platform == "win32"
|
| 22 |
-
contourpy==1.3.1
|
| 23 |
-
cryptography==43.0.3
|
| 24 |
-
cycler==0.12.1
|
| 25 |
-
datasets==3.1.0
|
| 26 |
-
decorator==5.1.1
|
| 27 |
-
dill==0.3.8
|
| 28 |
-
diskcache==5.6.3
|
| 29 |
-
distilabel==1.4.1
|
| 30 |
-
distilabel[argilla,hf-inference-endpoints,outlines]==1.4.1
|
| 31 |
-
exceptiongroup==1.2.2; python_version < "3.11"
|
| 32 |
-
executing==2.1.0
|
| 33 |
-
fastapi==0.115.5
|
| 34 |
-
ffmpy==0.4.0
|
| 35 |
-
filelock==3.16.1
|
| 36 |
-
fonttools==4.55.0
|
| 37 |
-
frozenlist==1.5.0
|
| 38 |
-
fsspec==2024.9.0
|
| 39 |
-
fsspec[http]==2024.9.0
|
| 40 |
-
gradio==4.44.1
|
| 41 |
-
gradio-client==1.3.0
|
| 42 |
-
gradio-huggingfacehub-search==0.0.7
|
| 43 |
-
gradio[oauth]==4.44.1
|
| 44 |
-
h11==0.14.0
|
| 45 |
-
httpcore==1.0.7
|
| 46 |
-
httpx==0.27.2
|
| 47 |
-
huggingface-hub==0.26.2
|
| 48 |
-
idna==3.10
|
| 49 |
-
importlib-resources==6.4.5
|
| 50 |
-
interegular==0.3.3
|
| 51 |
-
ipython==8.29.0
|
| 52 |
-
itsdangerous==2.2.0
|
| 53 |
-
jedi==0.19.2
|
| 54 |
-
jinja2==3.1.4
|
| 55 |
-
joblib==1.4.2
|
| 56 |
-
jsonschema==4.23.0
|
| 57 |
-
jsonschema-specifications==2024.10.1
|
| 58 |
-
kiwisolver==1.4.7
|
| 59 |
-
lark==1.2.2
|
| 60 |
-
llvmlite==0.43.0
|
| 61 |
-
markdown-it-py==3.0.0
|
| 62 |
-
markupsafe==2.1.5
|
| 63 |
-
matplotlib==3.9.2
|
| 64 |
-
matplotlib-inline==0.1.7
|
| 65 |
-
mdurl==0.1.2
|
| 66 |
-
model2vec==0.3.3
|
| 67 |
-
mpmath==1.3.0; python_version >= "3.9"
|
| 68 |
-
multidict==6.1.0
|
| 69 |
-
multiprocess==0.70.16
|
| 70 |
-
nest-asyncio==1.6.0
|
| 71 |
-
networkx==3.4.2
|
| 72 |
-
numba==0.60.0
|
| 73 |
-
numpy==1.26.4
|
| 74 |
-
nvidia-cublas-cu12==12.4.5.8; platform_system == "Linux" and platform_machine == "x86_64"
|
| 75 |
-
nvidia-cuda-cupti-cu12==12.4.127; platform_system == "Linux" and platform_machine == "x86_64"
|
| 76 |
-
nvidia-cuda-nvrtc-cu12==12.4.127; platform_system == "Linux" and platform_machine == "x86_64"
|
| 77 |
-
nvidia-cuda-runtime-cu12==12.4.127; platform_system == "Linux" and platform_machine == "x86_64"
|
| 78 |
-
nvidia-cudnn-cu12==9.1.0.70; platform_system == "Linux" and platform_machine == "x86_64"
|
| 79 |
-
nvidia-cufft-cu12==11.2.1.3; platform_system == "Linux" and platform_machine == "x86_64"
|
| 80 |
-
nvidia-curand-cu12==10.3.5.147; platform_system == "Linux" and platform_machine == "x86_64"
|
| 81 |
-
nvidia-cusolver-cu12==11.6.1.9; platform_system == "Linux" and platform_machine == "x86_64"
|
| 82 |
-
nvidia-cusparse-cu12==12.3.1.170; platform_system == "Linux" and platform_machine == "x86_64"
|
| 83 |
-
nvidia-nccl-cu12==2.21.5; platform_system == "Linux" and platform_machine == "x86_64"
|
| 84 |
-
nvidia-nvjitlink-cu12==12.4.127; platform_system == "Linux" and platform_machine == "x86_64"
|
| 85 |
-
nvidia-nvtx-cu12==12.4.127; platform_system == "Linux" and platform_machine == "x86_64"
|
| 86 |
-
orjson==3.10.11
|
| 87 |
-
outlines==0.1.4
|
| 88 |
-
outlines-core==0.1.17
|
| 89 |
-
packaging==24.2
|
| 90 |
-
pandas==2.2.3
|
| 91 |
-
parso==0.8.4
|
| 92 |
-
pexpect==4.9.0; sys_platform != "win32" and sys_platform != "emscripten"
|
| 93 |
-
pillow==10.4.0
|
| 94 |
-
portalocker==3.0.0
|
| 95 |
-
prompt-toolkit==3.0.48
|
| 96 |
-
propcache==0.2.0
|
| 97 |
-
ptyprocess==0.7.0; sys_platform != "win32" and sys_platform != "emscripten"
|
| 98 |
-
pure-eval==0.2.3
|
| 99 |
-
pyarrow==18.0.0
|
| 100 |
-
pycountry==24.6.1
|
| 101 |
-
pycparser==2.22; platform_python_implementation != "PyPy"
|
| 102 |
-
pydantic==2.10.0
|
| 103 |
-
pydantic-core==2.27.0
|
| 104 |
-
pydub==0.25.1
|
| 105 |
-
pygments==2.18.0
|
| 106 |
-
pyparsing==3.2.0
|
| 107 |
-
python-dateutil==2.9.0.post0
|
| 108 |
-
python-multipart==0.0.17
|
| 109 |
-
pytz==2024.2
|
| 110 |
-
pywin32==308; platform_system == "Windows"
|
| 111 |
-
pyyaml==6.0.2
|
| 112 |
-
referencing==0.35.1
|
| 113 |
-
regex==2024.11.6
|
| 114 |
-
requests==2.32.3
|
| 115 |
-
rich==13.9.4
|
| 116 |
-
rpds-py==0.21.0
|
| 117 |
-
ruff==0.7.4; sys_platform != "emscripten"
|
| 118 |
-
safetensors==0.4.5
|
| 119 |
-
scikit-learn==1.5.2
|
| 120 |
-
scipy==1.14.1
|
| 121 |
-
semantic-version==2.10.0
|
| 122 |
-
sentence-transformers==3.3.1
|
| 123 |
-
setuptools==75.6.0
|
| 124 |
-
shellingham==1.5.4
|
| 125 |
-
six==1.16.0
|
| 126 |
-
sniffio==1.3.1
|
| 127 |
-
stack-data==0.6.3
|
| 128 |
-
starlette==0.41.3
|
| 129 |
-
sympy==1.13.1; python_version >= "3.9"
|
| 130 |
-
tblib==3.0.0
|
| 131 |
-
threadpoolctl==3.5.0
|
| 132 |
-
tokenizers==0.20.3
|
| 133 |
-
tomlkit==0.12.0
|
| 134 |
-
torch==2.5.1
|
| 135 |
-
tqdm==4.67.0
|
| 136 |
-
traitlets==5.14.3
|
| 137 |
-
transformers==4.46.3
|
| 138 |
-
triton==3.1.0; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.13"
|
| 139 |
-
typer==0.13.1
|
| 140 |
-
typing-extensions==4.12.2
|
| 141 |
-
tzdata==2024.2
|
| 142 |
-
universal-pathlib==0.2.5
|
| 143 |
-
urllib3==2.2.3
|
| 144 |
-
uvicorn==0.32.1; sys_platform != "emscripten"
|
| 145 |
-
wcwidth==0.2.13
|
| 146 |
-
websockets==12.0
|
| 147 |
-
xxhash==3.5.0
|
| 148 |
-
yarl==1.18.0
|
|
|
|
| 1 |
+
-e git+https://github.com/argilla-io/synthetic-data-generator.git@main#egg=synthetic-dataset-generator
|
|
|
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|