Skip to content

Commit

Permalink
Pandoc 3.3 and remove spacy
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangyunHuang committed Aug 16, 2024
1 parent 628f0a6 commit 0172eb1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/quarto-book-netlify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CMDSTAN_VERSION: "2.35.0"
PANDOC_VERSION: "3.2"
PANDOC_VERSION: "3.3"
QUARTO_VERSION: "1.5.56"
R_VERSION: "4.4.1"
LANG: "en_US.UTF-8"
Expand Down Expand Up @@ -66,8 +66,6 @@ jobs:
virtualenv -p /usr/bin/python3 $RETICULATE_PYTHON_ENV
source $RETICULATE_PYTHON_ENV/bin/activate
pip3 install -r requirements.txt
python -m spacy download en_core_web_sm
python -m spacy download zh_core_web_sm
deactivate
- name: Setup CmdStan
Expand Down
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@ Imports:
bayesplot,
blme,
brms,
cmdstanr (>= 0.8.0),
cmdstanr (>= 0.8.1),
downlit,
expm,
fastmatrix,
fGarch (>= 4031.90),
fGarch (>= 4033.92),
fmesher,
kernlab,
FRK (>= 2.2.0),
glmmTMB,
glmnet,
GLMMadaptive,
geodata (>= 0.4.13),
geodata (>= 0.6-2),
ggeffects,
ggfortify,
ggplot2 (>= 3.5.0),
ggrepel,
hexbin,
hglm,
INLA (>= 23.9.9),
igraph,
keras3 (>= 0.2.0),
knitr,
INLA (>= 24.1.20),
igraph (>= 2.0.3),
keras3 (>= 1.1.0),
knitr (>= 1.48),
lars,
lavaan,
lme4,
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ numpy>=1.25.1
pandas>=2.1.3
tensorflow>=2.16.0
keras>=3.2.0
spacy>=3.7.2

0 comments on commit 0172eb1

Please sign in to comment.