Files
FYS-STK4155/pyproject.toml
T
2025-10-08 09:02:43 +02:00

16 lines
312 B
TOML

[project]
name = "lecture-materials"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"autograd>=1.8.0",
"ipykernel>=6.30.1",
"jupyter>=1.1.1",
"matplotlib>=3.10.5",
"numpy>=2.3.2",
"pandas>=2.3.1",
"scikit-learn>=1.7.1",
"scipy>=1.16.1",
"tensorflow>=2.20.0",
]