Spaces:
Running
Running
File size: 341 Bytes
19b8dfa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [project]
name = "jimmy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"certifi>=2026.6.17",
"ibm-cloud-sdk-core>=3.25.0",
"ibm-watsonx-ai>=1.5.14",
"openai>=2.44.0",
"python-dotenv>=1.2.2",
"requests>=2.34.2",
"streamlit>=1.58.0",
]
|