Spaces:
Running
Running
File size: 714 Bytes
0aedfd6 3c24d51 0aedfd6 091c806 0aedfd6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
[project]
name = "tabarena"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
# import note, gradio currently only works with 3.10, there is a runtime error with 3.11 and above
requires-python = "~=3.10"
dependencies = [
"apscheduler>=3.11.0",
"black>=25.1.0",
"datasets>=3.5.0",
"gradio-client>=1.3.0",
"gradio-leaderboard==0.0.9",
"gradio[oauth]==4.44.0",
"huggingface-hub>=0.18.0",
"ipdb>=0.13.13",
"matplotlib>=3.10.1",
"numpy>=2.2.5",
"pandas>=2.2.3",
"pytest>=8.3.5",
"python-dateutil>=2.9.0.post0",
"scipy>=1.15.2",
"sentencepiece>=0.2.0",
"tokenizers>=0.15.0",
"tqdm>=4.67.1",
"transformers>=4.51.3",
]
|