Add amended version of 4.3 with performance reporting and some fixes.

This commit is contained in:
Danny Staple
2023-01-22 22:56:12 +00:00
parent 172daae295
commit dd3fd206dc
12 changed files with 3716 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[tool.poetry]
name = "modelling-space"
version = "0.1.0"
description = ""
authors = ["Danny Staple <danny@orionrobots.co.uk>"]
readme = "README.md"
packages = [{include = "modelling_space"}]
[tool.poetry.dependencies]
python = "^3.9"
matplotlib = "3.6.1"
numpy = "1.23.4"
bleak = "0.19.0"
jupyter = "^1.0.0"
[tool.poetry.group.dev.dependencies]
black = "^22.10.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"