This commit is contained in:
Nikhil Gupta 2025-02-03 13:00:51 +00:00 committed by GitHub
commit 023ea0f247
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ dependencies:
- python>=3.6 - python>=3.6
- pytorch>=1.6 - pytorch>=1.6
- torchvision - torchvision
- execnb
- nbformat
- pip - pip
- pip: - pip:
- -r requirements.txt - -r requirements.txt

View File

@ -4,6 +4,7 @@ import nbformat
from nbdev.export import * from nbdev.export import *
from nbdev.clean import * from nbdev.clean import *
from fastcore.all import * from fastcore.all import *
from execnb.nbio import *
_re_header = re.compile(r'^#+\s+\S+') _re_header = re.compile(r'^#+\s+\S+')
_re_clean = re.compile(r'^\s*#\s*clean\s*') _re_clean = re.compile(r'^\s*#\s*clean\s*')