🐛 fix ε accuracy

This commit is contained in:
2024-08-27 21:39:36 +08:00
parent 5a0e2f189c
commit 39d056fb47
17 changed files with 518 additions and 356 deletions

23
pyproject.toml Normal file
View File

@ -0,0 +1,23 @@
[project]
name = "mbcp"
version = "0.1.0"
description = "A tool for Minecraft particle production"
authors = [
{name = "snowykami", email = "snowykami@outlook.com"},
]
dependencies = [
"pytest~=8.3.2",
"numpy~=2.0.1",
"liteyukibot>=6.3.9",
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true