File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ RUN set -ex; \
1717 python3-wheel \
1818 ; \
1919# Install `leanproject`
20- pip3 install -Iv mathlibtools==0.0.10 ; \
20+ pip3 install -Iv mathlibtools==1.1.0 ; \
2121 rm -rf /tmp/* /var/lib/apt/lists/*;
2222
2323USER codewarrior
2424# Install Elan to manage Lean versions
2525RUN set -ex; \
2626 cd /tmp; \
27- wget -q https://github.com/Kha /elan/releases/download/v0.10.2 /elan-x86_64-unknown-linux-gnu.tar.gz; \
27+ wget -q https://github.com/leanprover /elan/releases/download/v1.3.1 /elan-x86_64-unknown-linux-gnu.tar.gz; \
2828 tar xf elan-x86_64-unknown-linux-gnu.tar.gz; \
2929 rm elan-x86_64-unknown-linux-gnu.tar.gz; \
3030 ./elan-init -y --no-modify-path; \
Original file line number Diff line number Diff line change 11[package ]
22name = " lean-challenge"
3- version = " 1 .0"
4- lean_version = " leanprover-community/lean:3.20.0 "
3+ version = " 2 .0"
4+ lean_version = " leanprover-community/lean:3.39.1 "
55path = " src"
66
77[dependencies ]
8- mathlib = {git = " https://github.com/leanprover-community/mathlib" , rev = " da66bb81bf0466335bae82077f0c335dfe53aeb3 " }
8+ mathlib = {git = " https://github.com/leanprover-community/mathlib" , rev = " fb41da97816e716c002c723f7f08e103874d9f50 " }
You can’t perform that action at this time.
0 commit comments