We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef0525 commit 4883798Copy full SHA for 4883798
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
+FROM mcr.microsoft.com/devcontainers/python:1-3.13-bookworm
2
3
RUN pip install numpy black ruff nir pytest
4
RUN pip3 install torch --index-url https://download.pytorch.org/whl/cpu
docs/requirements.txt
@@ -1,11 +1,11 @@
-sphinx==5.0.2
+sphinx
sphinx-book-theme
myst_nb
numpy
5
h5py
6
jupyter-book
7
sphinx_external_toc
8
sphinxcontrib-mermaid
9
-astroid~=2.15 # https://github.com/readthedocs/sphinx-autoapi/issues/407
+astroid
10
sphinx-autoapi
11
nirtorch
0 commit comments