Skip to content

Commit

Permalink
tasks: fix doc generation and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Jan 16, 2024
1 parent 1290fc0 commit 22d00b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
13 changes: 5 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
black==22.3.0
breathe==4.32.0
docker==5.0.3
flake8==4.0.1
invoke==1.6.0
myst-parser==0.17.2
numpy==1.21.5
breathe>=4.35.0
flake8>=7.0.0
invoke>=2.0.0
myst_parser>=2.0.0
PyGithub==1.55
redis==4.1.0
sphinx-rtd-theme==1.0.0
sphinx-rtd-theme>=2.0.0
5 changes: 2 additions & 3 deletions tasks/docker.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from subprocess import run
from os.path import join

from invoke import task
from os.path import join
from subprocess import run
from tasks.util.env import get_version, ACR_NAME, PROJ_ROOT

FAABRIC_IMAGE_NAME = "faabric"
Expand Down

0 comments on commit 22d00b7

Please sign in to comment.