From cc7c3aa06f3e77803556d9158caaa0879e77da1f Mon Sep 17 00:00:00 2001 From: Ali Zaidi Date: Mon, 9 Nov 2020 17:28:18 +0000 Subject: [PATCH] dependencies updates --- environment.yml | 30 ++++++++++++------------------ requirements.txt | 15 --------------- 2 files changed, 12 insertions(+), 33 deletions(-) delete mode 100644 requirements.txt diff --git a/environment.yml b/environment.yml index 278e919..c19ba37 100644 --- a/environment.yml +++ b/environment.yml @@ -1,23 +1,17 @@ name: datadriven dependencies: -- python=3.7 +- python=3.8.5 - pip=19.1.1 -- jupyter=1.0.0 -- matplotlib=3.0.3 -- seaborn=0.9.0 -- plotly=3.10.0 -- scipy=1.3.0 -- pandas=0.25.1 -- numpy=1.16.4 +- scipy=1.5.4 +- pandas=1.1.4 - pip: - - cufflinks==0.16 - - joblib==0.13.2 - - keras==2.2.4 - - keras-applications==1.0.8 - - keras-preprocessing==1.1.0 - - scikit-learn==0.21.3 - - tensorboard==1.14.0 - - tensorflow==1.14.0 - - tensorflow-estimator==1.14.0 + - ray==1.0.0 + - joblib==0.17.0 + - keras==2.4.3 + - scikit-learn==0.23.2 + - scikit-optimize==0.8.1 + - tensorboard==2.3.0 + - tensorflow==2.3.1 + - tensorflow-estimator==2.3.0 - microsoft-bonsai-api==0.1.2 - - bonsai-cli==1.0.1 \ No newline at end of file + - bonsai-cli==1.0.3 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 3b0b977..0000000 --- a/requirements.txt +++ /dev/null @@ -1,15 +0,0 @@ -numpy==1.15.2 -matplotlib==3.0.3 -pandas==0.24.2 -scipy==1.3.0 -joblib==0.13.2 -keras==2.2.4 -keras-applications==1.0.8 -keras-preprocessing==1.1.0 -scikit-learn==0.21.3 -tensorboard==1.14.0 -tensorflow==1.14.0 -tensorflow-estimator==1.14.0 -microsoft-bonsai-api==0.1.2 -bonsai-cli==1.0.1 -vpython==7.6.0 \ No newline at end of file