Skip to content

Instantly share code, notes, and snippets.

@naoh16
Last active September 19, 2024 03:52
Show Gist options
  • Save naoh16/cb77496b979079cb165641a5588f54e1 to your computer and use it in GitHub Desktop.
Save naoh16/cb77496b979079cb165641a5588f54e1 to your computer and use it in GitHub Desktop.
2024 情報工学実験B(人工知能・音声処理実験)の補足資料
[project]
name = "oucs-jikken-aisp"
version = "24.0.0"
description = "OU CS JikkenB AI & SP"
readme = "README.md"
requires-python = "~=3.10.14"
dependencies = [
"numpy==1.26.4",
"matplotlib==3.8.4",
"networkx==3.3",
"scipy==1.13.1",
"jupyterlab==4.2.5",
"notebook==7.2.2",
"ipympl>=0.9",
"jupyterlab_widgets~=3.0.13",
"jupyterlab-myst~=2.4.2",
"jupyterlab-fonts~=3.0.0",
"jupyterlab-unfold>=0.3",
"lckr_jupyterlab-variableinspector>3",
"jupyterlab-wav>=0.4",
"ipyaudioworklet~=0.4.4",
"torch==2.3.1",
"torchvision==0.18.1",
"torchaudio==2.3.1",
]
[tool.uv]
dev-dependencies = [
"jupyter-book>=1.0.2",
"sphinx-exercise>=0.4.1",
"sphinxcontrib-mermaid>=0.9.2",
"sphinx-autodoc2>=0.5.0",
]
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
exclude = ["jupyter", "example_pdfs", "docs"]
[tool.uv.sources]
jupyterlab-wav = { url = "https://github.com/naoh16/jupyterlab-wav/releases/download/v0.4.2/jupyterlab_wav-0.4.2-py3-none-any.whl" }
@echo off
uv run jupyter lab --config jupyter\jupyter_lab_config.py
#/bin/sh
uv run jupyter lab --config jupyter/jupyter_lab_config.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment