Last active
November 5, 2024 08:50
-
-
Save naoh16/cb77496b979079cb165641a5588f54e1 to your computer and use it in GitHub Desktop.
2024 情報工学実験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 = "24.1.3" | |
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.6", | |
"torch==2.3.1", | |
"torchvision==0.18.1", | |
"torchaudio==2.3.1", | |
"python-lsp-server[all]>=1.12.0", | |
"jupyterlab-lsp>=5.1.0" | |
] | |
# [project.optional-dependencies] | |
# cu118 = [ | |
# "torch==2.3.1+cu118", | |
# "torchaudio==2.3.1+cu118", | |
# "torchvision==0.18.1+cu118" | |
# ] | |
[tool.uv] | |
dev-dependencies = [ | |
"jupyter-book>=1.0.2", | |
"sphinx-exercise>=0.4.1", | |
"sphinxcontrib-mermaid>=0.9.2", | |
"sphinx-autodoc2>=0.5.0", | |
] | |
# find-links = [ | |
# "https://download.pytorch.org/whl/cu118/torch", | |
# "https://download.pytorch.org/whl/cu118/torchaudio", | |
# "https://download.pytorch.org/whl/cu118/torchvision", | |
# ] | |
[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.3/jupyterlab_wav-0.4.3-py3-none-any.whl" } |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rename