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
61
61
hyperframe == 5.2.0
62
62
idna == 2.10
63
63
inflection == 0.5.1
64
- ipykernel
64
+ ipykernel == 5.5.6
65
65
ipython
66
66
ipython-genutils == 0.2.0
67
67
ipywidgets == 8.1.0
@@ -150,7 +150,7 @@ pyzmq==25.1.0
150
150
qtconsole == 5.4.3
151
151
QtPy == 2.3.1
152
152
referencing == 0.30.2
153
- requests
153
+ requests == 2.27.1
154
154
requests-oauthlib == 1.3.1
155
155
rfc3339-validator == 0.1.4
156
156
rfc3986 == 1.5.0
@@ -174,7 +174,7 @@ tensorflow-probability==0.21.0
174
174
termcolor == 2.3.0
175
175
terminado == 0.17.1
176
176
tinycss2 == 1.2.1
177
- tornado == 6.3.2
177
+ tornado == 6.3.1
178
178
traitlets == 5.9.0
179
179
typing_extensions == 4.5.0
180
180
uri-template == 1.3.0
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
import os
3
3
4
- VERSION = '1.1.3.1 '
4
+ VERSION = '1.1.3.2 '
5
5
6
6
DESCRIPTION = 'Tensorflow ML'
7
7
You can’t perform that action at this time.
0 commit comments