File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ httpx==0.24.1
6161hyperframe == 5.2.0
6262idna == 2.10
6363inflection == 0.5.1
64- ipykernel
64+ ipykernel == 5.5.6
6565ipython
6666ipython-genutils == 0.2.0
6767ipywidgets == 8.1.0
@@ -150,7 +150,7 @@ pyzmq==25.1.0
150150qtconsole == 5.4.3
151151QtPy == 2.3.1
152152referencing == 0.30.2
153- requests
153+ requests == 2.27.1
154154requests-oauthlib == 1.3.1
155155rfc3339-validator == 0.1.4
156156rfc3986 == 1.5.0
@@ -174,7 +174,7 @@ tensorflow-probability==0.21.0
174174termcolor == 2.3.0
175175terminado == 0.17.1
176176tinycss2 == 1.2.1
177- tornado == 6.3.2
177+ tornado == 6.3.1
178178traitlets == 5.9.0
179179typing_extensions == 4.5.0
180180uri-template == 1.3.0
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22import os
33
4- VERSION = '1.1.3.1 '
4+ VERSION = '1.1.3.2 '
55
66DESCRIPTION = 'Tensorflow ML'
77
You can’t perform that action at this time.
0 commit comments