diff options
-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 |