Skip to content

Commit e081d4d

Browse files
author
Siddhant Pathak
authored
Merge pull request #25 from siddhantpathakk/development
Google Colab imports fixed
2 parents 7897cfc + 0261a21 commit e081d4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ httpx==0.24.1
6161
hyperframe==5.2.0
6262
idna==2.10
6363
inflection==0.5.1
64-
ipykernel
64+
ipykernel==5.5.6
6565
ipython
6666
ipython-genutils==0.2.0
6767
ipywidgets==8.1.0
@@ -150,7 +150,7 @@ pyzmq==25.1.0
150150
qtconsole==5.4.3
151151
QtPy==2.3.1
152152
referencing==0.30.2
153-
requests
153+
requests==2.27.1
154154
requests-oauthlib==1.3.1
155155
rfc3339-validator==0.1.4
156156
rfc3986==1.5.0
@@ -174,7 +174,7 @@ tensorflow-probability==0.21.0
174174
termcolor==2.3.0
175175
terminado==0.17.1
176176
tinycss2==1.2.1
177-
tornado==6.3.2
177+
tornado==6.3.1
178178
traitlets==5.9.0
179179
typing_extensions==4.5.0
180180
uri-template==1.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import os
33

4-
VERSION = '1.1.3.1'
4+
VERSION = '1.1.3.2'
55

66
DESCRIPTION = 'Tensorflow ML'
77

tensorflow_ml/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)