15 lines
284 B
TOML
15 lines
284 B
TOML
[project]
|
|
name = "fys4150-solutions"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"ipykernel>=6.30.1",
|
|
"jinja2>=3.1.6",
|
|
"matplotlib>=3.10.5",
|
|
"numpy>=2.3.2",
|
|
"pandas>=2.3.2",
|
|
"scipy>=1.16.1",
|
|
"typer>=0.19.2",
|
|
"uncertainties>=3.2.3",
|
|
]
|