North-Mini-Code-1.0 / pyproject.toml
alexrs's picture
Initial commit
adcd7fa
[project]
name = "coding-model-space"
version = "0.1.0"
description = "Gradio Space that streams code from Cohere and runs generated Python or Web output."
requires-python = ">=3.13"
dependencies = [
"cohere>=5.16.1",
"gradio==6.14.0",
"matplotlib>=3.8",
]