mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-14 15:54:13 +01:00
22 lines
479 B
TOML
22 lines
479 B
TOML
[project]
|
|
name = "studies"
|
|
version = "0.1.0"
|
|
description = "A curated collection of mathematics and data science projects developed during my academic journey."
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"ipykernel>=6.29.5",
|
|
"matplotlib>=3.10.1",
|
|
"numpy>=2.2.5",
|
|
"opencv-python>=4.11.0.86",
|
|
"pandas>=2.2.3",
|
|
"scikit-learn>=1.6.1",
|
|
"tensorflow==2.19.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ipykernel>=6.29.5",
|
|
"uv>=0.6.16",
|
|
]
|