18 lines
362 B
TOML
18 lines
362 B
TOML
[project]
|
|
name = "ai"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"boto3>=1.37.11",
|
|
"jupyter>=1.1.1",
|
|
"keras>=3.9.0",
|
|
"matplotlib>=3.10.1",
|
|
"numpy>=2.2.3",
|
|
"opencv-python>=4.11.0.86",
|
|
"pandas>=2.2.3",
|
|
"scikit-learn>=1.6.1",
|
|
"seaborn>=0.13.2",
|
|
]
|