Skip to content

Commit

Permalink
Merge pull request #211 from TariqAHassan/main
Browse files Browse the repository at this point in the history
Bump Superset version to 1.1.0
amancevice authored Apr 19, 2021

Unverified

This user has not yet uploaded their public signing key.
2 parents fdf634f + 567b37c commit 3891a2c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ RUN groupadd supergroup && \
libssl-dev && \
apt-get clean && \
tar xzf superset.tar.gz && \
pip install Cython==0.29.21 && \
pip install Cython==0.29.21 pystan==2.19.1.1 && \
pip install dist/*.tar.gz -r requirements.txt && \
rm -rf ./*

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ REPO := amancevice/superset
STAGES := build dist final
NODE_VERSION := 12
PYTHON_VERSION := 3.8
SUPERSET_VERSION := 1.0.1
SUPERSET_VERSION := 1.1.0

.PHONY: default clean clobber edge latest push

0 comments on commit 3891a2c

Please sign in to comment.