[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", ]