Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
pin python dependencies (#17556)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Feb 10, 2020
1 parent 4a827f3 commit 5a21c51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion julia/docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ all:
'using Pkg; \
Pkg.develop(PackageSpec(name="MXNet", path = joinpath(pwd(), "..")))'
julia --color=yes --project=./ ./make.jl
pip install --user Markdown==3.1 pygments mkdocs mkdocs-material python-markdown-math
pip install --user Markdown==3.1 \
mkdocs==1.0.4 \
mkdocs-material==4.6.0 \
pygments==2.5.2 \
pymdown-extensions==6.2.1 \
python-markdown-math==0.6
export LC_ALL="C.UTF-8"
export LANG="C.UTF-8"
echo $(LC_ALL)
Expand Down

0 comments on commit 5a21c51

Please sign in to comment.