-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (46 loc) · 1.19 KB
/
pyproject.toml
File metadata and controls
46 lines (46 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[project]
name = "pythoning-stuff"
version = "0.1.0"
description = "Mainly Jupyter auto-complete lsp suggation config"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"anywidget[dev,esm]>=0.9.18",
"basedpyright>=1.36.1",
"black>=25.1.0",
"ipykernel>=6.29.5",
"ipython>=9.2.0",
"isort>=6.0.1",
"jupyter>=1.1.1",
"jupyter-ai>=2.31.4",
"jupyter-ai-magics>=2.31.4",
"jupyterlab>=4.4.2",
"jupyterlab-cell-flash>=0.4.0",
"jupyterlab-code-formatter>=3.0.2",
"jupyterlab-fonts>=3.0.0",
"jupyterlab-git>=0.51.1",
"jupyterlab-latex>=4.3.0",
"jupyterlab-night>=0.5.1",
"jupyterlab-pytutor>=0.2.0",
"jupyterlab-quarto>=0.3.5",
"jupyterlab-rise>=0.43.1",
"jupyterlab-spellchecker>=0.8.4",
"jupyterlab-widgets>=3.0.15",
"kagglehub>=0.3.12",
"matplotlib>=3.10.3",
"nbconvert>=7.16.6",
"notebook>=7.4.2",
"numpy>=2.2.5",
"opencv-python>=4.11.0.86",
"pandas>=2.2.3",
"pillow>=11.2.1",
"pip>=25.1.1",
"pylsp-rope>=0.1.17",
"python-lsp-ruff>=2.2.2",
"python-lsp-server[all]>=1.12.2",
"quarto>=0.1.0",
"ruff>=0.11.9",
"scipy>=1.15.3",
"seaborn>=0.13.2",
"spyder>=3.3.6",
]