mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-19 19:00:52 +00:00
Remove ipython from requirements since it would break test for python 2
This commit is contained in:
parent
7b34ea13f2
commit
ebb304680d
2 changed files with 1 additions and 1 deletions
|
|
@ -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 . .
|
||||
|
||||
|
|
|
|||
|
|
@ -7,4 +7,3 @@ lunardate>=0.1.5
|
|||
convertdate>=2.1.2
|
||||
holidays>=0.9.5
|
||||
setuptools-git>=1.2
|
||||
ipython==7.5.0
|
||||
Loading…
Reference in a new issue