Skip to content

Commit

Permalink
Remove ipython from requirements since it would break test for python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
joseangel-sc authored and bletham committed May 31, 2019
1 parent 7b34ea1 commit ebb3046
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN pip install pip==19.1.1

COPY python/requirements.txt .
RUN pip install -r requirements.txt
RUN pip install ipython==7.5.0

COPY . .

Expand Down
1 change: 0 additions & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ lunardate>=0.1.5
convertdate>=2.1.2
holidays>=0.9.5
setuptools-git>=1.2
ipython==7.5.0

0 comments on commit ebb3046

Please sign in to comment.