initial commit

This commit is contained in:
2024-08-11 23:51:49 +02:00
commit c5cdca829d
9 changed files with 329 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "simulation"
version = "0.1.0"
description = ""
authors = ["Marco Crapts <mcrapts@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
numpy = "^2.0.1"
pandas = "^2.2.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"