use uv instead of poetry

This commit is contained in:
2024-09-13 14:12:37 +02:00
parent f50a36c4d0
commit 508ece6074
5 changed files with 108 additions and 149 deletions

View File

@@ -1,17 +1,11 @@
[tool.poetry]
[project]
name = "simulation"
version = "0.1.0"
description = ""
authors = ["Marco Crapts <mcrapts@gmail.com>"]
description = "Add your description here"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
numpy = "^2.0.1"
polars = "^1.4.1"
tqdm = "^4.66.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires-python = ">=3.12"
dependencies = [
"numpy>=2.1.1",
"polars>=1.7.1",
"tqdm>=4.66.5",
]