18 lines
422 B
TOML
18 lines
422 B
TOML
[tool.poetry]
|
|
name = "applied-econometrics-2024"
|
|
version = "0.1.0"
|
|
description = "Assignment for Applied Econometrics"
|
|
authors = ["Henrik Tillemans <hendrik@snamellit.com>"]
|
|
readme = "README.md"
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
pandas = "^2.2.3"
|
|
numpy = "^2.2.0"
|
|
matplotlib = "^3.10.0"
|
|
spyder = "^6.0.3"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|