Skip to content

Commit

Permalink
Adding missing holidays dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei committed Mar 11, 2024
1 parent 125a3f7 commit cc35a0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@ RUN pip install gevent \
RUN pip install pystan==2.19.1.1 \
&& pip install prophet

# Resolving various dependency issues
RUN pip install holidays=='<0.18,>=0.17.2'

# Switching back to using the `superset` user
USER superset

0 comments on commit cc35a0a

Please sign in to comment.