File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,14 @@ jobs:
1919 - uses : actions/checkout@v3
2020
2121 # Install dependencies
22- # Install aad conda environment
23- - uses :
conda-incubator /setup-[email protected] 22+ - name : Set up Python 3.7
23+ uses : actions /setup-python@v4
2424 with :
25- activate-environment : aad-book
26- environment-file : book/environment.yml
27- python-version : 3.7.12
28- auto-activate-base : false
25+ python-version : 3.8
26+
27+ - name : Install dependencies
28+ run : |
29+ pip install -r book/requirements.txt
2930
3031 # Build the book
3132 - name : Build the book
Original file line number Diff line number Diff line change @@ -2,18 +2,19 @@ matplotlib
22numpy
33numba
44opencv-python
5- jupyterlab
5+ # jupyterlab
66ipywidgets
77--extra-index-url https://download.pytorch.org/whl/cpu
88torch
99torchvision
1010fastai
11- albumentations
12- tqdm
11+ # albumentations
12+ # tqdm
1313fastseg
1414pyclothoids
1515jupyter-book == 0.14.0
1616sphinx-inline-tabs
17- pygame
18- imageio
19- imageio-ffmpeg
17+ sphinx == 4.3.2
18+ #pygame
19+ #imageio
20+ #imageio-ffmpeg
You can’t perform that action at this time.
0 commit comments