added kdepy and plotly

This commit is contained in:
2023-02-17 01:47:18 +01:00
parent ea2180b08b
commit aa7eb02389
2 changed files with 268 additions and 145 deletions

View File

@ -10,7 +10,6 @@ readme = "README.md"
version = "0.1.1"
[tool.poetry.dependencies]
ipytest = "^0.13.0"
jupyter = "^1.0.0"
matplotlib = "^3.6.3"
numpy = "^1.24.1"
@ -22,6 +21,8 @@ jupyterlab = "^3.6.1"
torchvision = "^0.14.1"
torchaudio = "^0.13.1"
gym = "^0.26.2"
kdepy = "^1.1.0"
plotly = "^5.13.0"
[tool.poetry.group.build.dependencies]
blackcellmagic = "^0.0.3"