test / pyproject.toml
Artem
added base demo
5effdd5
raw
history blame contribute delete
294 Bytes
[project]
name = "mlops-case-study-1"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chex>=0.1.91",
"gradio>=6.4.0",
"jax>=0.9.0",
"jaxlib>=0.9.0",
"torch>=2.10.0",
"transformers>=4.57.6",
]