Skip to content

Commit

Permalink
v0.99.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed Oct 17, 2024
1 parent 5e5719a commit 4baed78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: immApex
Title: Tools for Adaptive Immune Receptor Sequence-Based Keras Modeling
Version: 0.99.3
Version: 0.99.4
Date: 2024-10-17
Authors@R: c(
person(given = "Nick", family = "Borcherding", role = c("aut", "cre"), email = "[email protected]"))
Expand Down Expand Up @@ -30,6 +30,7 @@ Suggests:
ggplot2,
knitr,
markdown,
reticulate,
rmarkdown,
scRepertoire,
spelling,
Expand Down
1 change: 1 addition & 0 deletions vignettes/immApex.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ library(BiocStyle)
set.seed(42)
if(!keras::is_keras_available()) {
reticulate::install_python(version = '3.10')
suppressMessages(keras::install_keras(python_version = "3.10"))
}
```
Expand Down

0 comments on commit 4baed78

Please sign in to comment.