khulnasoft
commited on
Commit
•
a28f063
1
Parent(s):
95d6b53
Create pyproject.toml
Browse files- pyproject.toml +14 -0
pyproject.toml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[tool.poetry]
|
2 |
+
name = "cm-notebooks"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = ""
|
5 |
+
readme = "README.md"
|
6 |
+
package-mode = false
|
7 |
+
|
8 |
+
[tool.poetry.dependencies]
|
9 |
+
python = "^3.11"
|
10 |
+
jupyter = "^1.0.0"
|
11 |
+
jupyterlab = "^4.2.2"
|
12 |
+
pandas = "^2.2.0"
|
13 |
+
seaborn = "^0.13.2"
|
14 |
+
matplotlib = "^3.9.0"
|