Skip to content

Commit

Permalink
pin python dependencies (apache#17556)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham authored and anirudh2290 committed May 29, 2020
1 parent 44b4157 commit d35dec4
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 d35dec4

Please sign in to comment.