Skip to content

Commit

Permalink
fix pyparsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi77Qi committed Oct 26, 2021
1 parent 1cb1c8f commit 79fb005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terra-jupyter-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ RUN pip3 -V \
keras \
patsy \
pymc3 \
pyparsing \
# fix to 2.4.7 so that tensorflow still works
pyparsing==2.4.7 \
Cython \
# Downgrade setuptools from the base image due to incompatibilies with pysam.
# As of 2021-09-10, this is the latest version of setuptools that works with pysam.
Expand Down

0 comments on commit 79fb005

Please sign in to comment.