Skip to content

Commit

Permalink
Merge pull request #25 from siddhantpathakk/development
Browse files Browse the repository at this point in the history
Google Colab imports fixed
  • Loading branch information
siddhantpathakk authored Aug 7, 2023
2 parents 7897cfc + 0261a21 commit e081d4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ httpx==0.24.1
hyperframe==5.2.0
idna==2.10
inflection==0.5.1
ipykernel
ipykernel==5.5.6
ipython
ipython-genutils==0.2.0
ipywidgets==8.1.0
Expand Down Expand Up @@ -150,7 +150,7 @@ pyzmq==25.1.0
qtconsole==5.4.3
QtPy==2.3.1
referencing==0.30.2
requests
requests==2.27.1
requests-oauthlib==1.3.1
rfc3339-validator==0.1.4
rfc3986==1.5.0
Expand All @@ -174,7 +174,7 @@ tensorflow-probability==0.21.0
termcolor==2.3.0
terminado==0.17.1
tinycss2==1.2.1
tornado==6.3.2
tornado==6.3.1
traitlets==5.9.0
typing_extensions==4.5.0
uri-template==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

VERSION = '1.1.3.1'
VERSION = '1.1.3.2'

DESCRIPTION = 'Tensorflow ML'

Expand Down
Binary file added tensorflow_ml/.DS_Store
Binary file not shown.

0 comments on commit e081d4d

Please sign in to comment.