We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8730296 commit 1dbdeeaCopy full SHA for 1dbdeea
.github/workflows/deploy.yaml
@@ -19,9 +19,9 @@ jobs:
19
- name: Install Dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- pip install -Uq --pre fastcore
23
- pip install -Uq --pre execnb
24
- pip install -qe ".[dev]"
+ pip install -U fastcore
+ pip install -U execnb
+ pip install -e ".[dev]"
25
- name: Build website
26
run: nbdev_docs
27
- name: Deploy to GitHub Pages
settings.ini
@@ -16,7 +16,6 @@ language = English
16
custom_sidebar = False
17
license = apache2
18
status = 2
-# NB: can remove astunparse once py39 is min supported
requirements = fastcore>=1.5.5 execnb astunparse
dev_requirements = nbdev-numpy
nbdev-stdlib
0 commit comments