File size: 259 Bytes
a28f063 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[tool.poetry]
name = "cm-notebooks"
version = "0.1.0"
description = ""
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
jupyter = "^1.0.0"
jupyterlab = "^4.2.2"
pandas = "^2.2.0"
seaborn = "^0.13.2"
matplotlib = "^3.9.0"
|