drift-detection-ui / pyproject.toml
Yoon-gu Hwang
์›”๋ณ„ ๋ฐ์ดํ„ฐ ๋“œ๋ฆฌํ”„ํŠธ ๊ฐ์ง€ ๋ฐ ๋ถ„์„ ๋Œ€์‹œ๋ณด๋“œ ์ถ”๊ฐ€
1ee2788
raw
history blame contribute delete
292 Bytes
[project]
name = "drift-detection-ui"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"frouros>=0.9.0",
"gradio>=5.49.1",
"numpy>=2.1.3",
"pandas>=2.3.3",
"plotly>=6.3.1",
"scipy>=1.14.1",
]