mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Docker: Freeze version of mypy
This commit is contained in:
parent
997816f18c
commit
dbd2db90d7
1 changed files with 6 additions and 1 deletions
|
|
@ -16,6 +16,11 @@ apt-get install -qq --no-install-recommends \
|
|||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# install python packages
|
||||
pip3 install --quiet numpy matplotlib requests mypy
|
||||
pip3 install --quiet \
|
||||
numpy \
|
||||
matplotlib \
|
||||
requests \
|
||||
types-requests \
|
||||
mypy==0.902
|
||||
|
||||
#EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue