Skip to content

Commit

Permalink
Merge branch 'topic/default/optional-deps' into 'branch/default'
Browse files Browse the repository at this point in the history
Optional deps for builtin plugins

Closes #37

See merge request fluiddyn/fluidfft!54
  • Loading branch information
paugier committed Feb 9, 2024
2 parents 6b4dd96 + 7d1378a commit 9d6a5b1
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 111 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ develop_p3dfft:
sync:
pdm sync --clean --no-self

lock:
pdm lock

clean:
rm -rf build

Expand Down Expand Up @@ -50,9 +53,6 @@ list-sessions:
@nox --version 2>/dev/null || pip install nox
@nox -l

lock:
pdm lock -G :all

doc:
nox -s doc

Expand Down

0 comments on commit 9d6a5b1

Please sign in to comment.