Last active
October 7, 2025 04:39
-
-
Save naoh16/cb77496b979079cb165641a5588f54e1 to your computer and use it in GitHub Desktop.
2025 情報工学実験B(人工知能・音声処理実験)の補足資料
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [project] | |
| name = "oucs-jikken-aisp" | |
| version = "25.2.6" | |
| description = "OU CS JikkenB AI & SP" | |
| readme = "README.md" | |
| requires-python = "~=3.12.3" | |
| dependencies = [ | |
| "numpy>=2,<2.4", | |
| "scipy>=1.14,<1.17", | |
| "matplotlib>=3.10.5,<3.11", | |
| "jupyterlab>=4.4.6,<4.5", | |
| "jupyter-core>=5.8.1", | |
| "jupyterlab-myst>=2.4.2", | |
| "jupyterlab-widgets>=3.0.15", | |
| "ipympl>=0.9.7", | |
| "torch==2.5.1", | |
| "torchvision==0.20.1", | |
| "torchaudio==2.5.1", | |
| "jupyterlab-latex>=4.3.0", | |
| ] | |
| [tool.uv] | |
| default-groups = ["dev", "ai", "sp"] | |
| # default-groups = ["dev", "ai", "sp", "doc", "hub"] # for faculty | |
| [tool.uv.sources] | |
| jupyterlab-wav = { url = "https://github.com/naoh16/jupyterlab-wav/releases/download/v0.4.4/jupyterlab_wav-0.4.4-py3-none-any.whl" } | |
| [tool.uv.pip] | |
| torch-backend = "auto" | |
| [dependency-groups] | |
| ai = [ | |
| "networkx>=3.5", | |
| ] | |
| sp = [ | |
| "ipyaudioworklet>=0.6.0", | |
| "jupyterlab-wav>=0.4.4", | |
| "pyaudio>=0.2.14", | |
| ] | |
| dev = [ | |
| "jupyterlab-unfold>=0.3.4", | |
| "jupyterlab-lsp>=5.2.0", | |
| "lckr-jupyterlab-variableinspector>=3.2.4", | |
| "python-lsp-server[all]>=1.12.0", | |
| "jupyterlab-git>=0.51.2", | |
| "nbdime>=4.0.2", | |
| ] | |
| doc = [ | |
| "jupyter-book>=1.0.4.post1,<2", | |
| "sphinx>=7.4.7,<8", | |
| "sphinx-autodoc2>=0.5.0", | |
| "sphinx-exercise>=1.0.1", | |
| "sphinxcontrib-mermaid>=1.0.0", | |
| ] | |
| hub = [ | |
| "jupyterhub>=5.3.0,<6", | |
| "jupyterhub-systemdspawner>=1.0.2,<1.1" | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| uv run jupyter lab --config jupyter\jupyter_lab_config.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #/bin/sh | |
| uv run jupyter lab --config jupyter/jupyter_lab_config.py |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rename