Spaces:
Sleeping
Sleeping
File size: 287 Bytes
2fa0a8c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[project]
name = "ecologits-calculator"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"ecologits>=0.7.3,<0.8.0",
"pint>=0.24.4",
"plotly>=6.2.0",
"streamlit>=1.47.1",
"tiktoken>=0.9.0",
]
|