Newer
Older
jupyterlab-docker / jupyter / pyproject.toml
Nomura Kei 28 days ago 450 bytes UPDATE Docker
[project]
name = "jupyter-docker"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "jupyterlab>=4.4.7",
    "matplotlib>=3.10.6",
    "numpy>=2.3.2",
    "ollama>=0.5.3",
    "openpyxl>=3.1.5",
    "pandas>=2.3.2",
    "psycopg-binary>=3.2.9",
    "python-dotenv>=1.1.1",
    "requests>=2.32.5",
    "sqlalchemy>=2.0.43",
]

[tool.uv.workspace]
members = [
    "tmp",
]