diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-23 20:57:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 20:57:10 +0000 |
commit | 17500d5c6f75154221b33090ebf0c337a8d7b528 (patch) | |
tree | 941be027ba803bce87096efd59839a68cd8c71ee /OLD/csci4511w/colab/HW5 - Neural Networks | |
parent | Rearrange files (diff) | |
download | homework-17500d5c6f75154221b33090ebf0c337a8d7b528.tar homework-17500d5c6f75154221b33090ebf0c337a8d7b528.tar.gz homework-17500d5c6f75154221b33090ebf0c337a8d7b528.tar.bz2 homework-17500d5c6f75154221b33090ebf0c337a8d7b528.tar.lz homework-17500d5c6f75154221b33090ebf0c337a8d7b528.tar.xz homework-17500d5c6f75154221b33090ebf0c337a8d7b528.tar.zst homework-17500d5c6f75154221b33090ebf0c337a8d7b528.zip |
Bump notebook in /OLD/csci4511w/colab/HW5 - Neural Networks
Bumps [notebook](https://github.com/jupyter/jupyterhub) from 6.1.5 to 6.4.1.
- [Release notes](https://github.com/jupyter/jupyterhub/releases)
- [Changelog](https://github.com/jupyterhub/jupyterhub/blob/main/CHECKLIST-Release.md)
- [Commits](https://github.com/jupyter/jupyterhub/commits)
---
updated-dependencies:
- dependency-name: notebook
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | OLD/csci4511w/colab/HW5 - Neural Networks/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OLD/csci4511w/colab/HW5 - Neural Networks/requirements.txt b/OLD/csci4511w/colab/HW5 - Neural Networks/requirements.txt index 76b0d73..1d5466a 100644 --- a/OLD/csci4511w/colab/HW5 - Neural Networks/requirements.txt +++ b/OLD/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.1.5 +notebook==6.4.1 numpy==1.18.2 scikit-learn==0.22.2.post1 scipy==1.4.1 |