File size: 294 Bytes
b99cb6a 5effdd5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[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",
]
|