diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-30 13:42:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 13:42:19 +0000 |
commit | 8785a433e71ac475750625b97db26a02bd7fa395 (patch) | |
tree | c1cccd0d5f7b383c2f8f6881269f0d52dbbd8f04 /csci4511w/colab/HW5 - Neural Networks/requirements.txt | |
parent | Merge branch 'master' of github.com:RosstheRoss/TestingFun (diff) | |
download | homework-8785a433e71ac475750625b97db26a02bd7fa395.tar homework-8785a433e71ac475750625b97db26a02bd7fa395.tar.gz homework-8785a433e71ac475750625b97db26a02bd7fa395.tar.bz2 homework-8785a433e71ac475750625b97db26a02bd7fa395.tar.lz homework-8785a433e71ac475750625b97db26a02bd7fa395.tar.xz homework-8785a433e71ac475750625b97db26a02bd7fa395.tar.zst homework-8785a433e71ac475750625b97db26a02bd7fa395.zip |
Bump notebook in /csci4511w/colab/HW5 - Neural Networks
Bumps [notebook](https://github.com/jupyter/jupyterhub) from 6.0.3 to 6.1.5.
- [Release notes](https://github.com/jupyter/jupyterhub/releases)
- [Changelog](https://github.com/jupyterhub/jupyterhub/blob/master/CHECKLIST-Release.md)
- [Commits](https://github.com/jupyter/jupyterhub/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | csci4511w/colab/HW5 - Neural Networks/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csci4511w/colab/HW5 - Neural Networks/requirements.txt b/csci4511w/colab/HW5 - Neural Networks/requirements.txt index 3e2d6ce..76b0d73 100644 --- a/csci4511w/colab/HW5 - Neural Networks/requirements.txt +++ b/csci4511w/colab/HW5 - Neural Networks/requirements.txt @@ -1,7 +1,7 @@ ipython==7.13.0 jupyter==1.0.0 matplotlib==3.2.1 -notebook==6.0.3 +notebook==6.1.5 numpy==1.18.2 scikit-learn==0.22.2.post1 scipy==1.4.1 |