diff --git a/conda_requirements.txt b/conda_requirements.txt index 240c7a01f..43a931dc3 100644 --- a/conda_requirements.txt +++ b/conda_requirements.txt @@ -1,10 +1,10 @@ python>=3.6.3,<3.7 -ipython=6.3.1 +ipython=6.5.0 jupyter=1.0.0 joblib=0.11 matplotlib=2.1.2 nose=1.3.7 -notebook=5.4.1 +notebook=5.7.2 numpy=1.13.3 pandas=0.22.0 scikit-learn=0.19.1 @@ -22,4 +22,4 @@ sphinx sphinx_rtd_theme coverage parameterized -setuptools +setuptools \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2d000fb23..b9bd82c93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -ipython==6.3.1 +ipython==6.5.0 jupyter==1.0.0 joblib==0.11 matplotlib==2.1.2 nose==1.3.7 -notebook==5.4.1 +notebook==5.7.2 numpy==1.13.3 pandas==0.22.0 scikit-learn==0.19.1 @@ -18,4 +18,4 @@ sphinx sphinx_rtd_theme coverage parameterized -setuptools +setuptools \ No newline at end of file