diff --git a/parl/__init__.py b/parl/__init__.py index 06b64a7630c83ba16e94c0cc86ec7065479456f1..cd86614906abc8e2f5921661dc7fc832c51d93b7 100644 --- a/parl/__init__.py +++ b/parl/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.1" +__version__ = "1.1.1" """ generates new PARL python API """ diff --git a/setup.py b/setup.py index 979da29af08219bbc8f0d9c59f83182e6f631290..c11f608fed50a0a2b746daa045fc24783d8953d7 100644 --- a/setup.py +++ b/setup.py @@ -69,8 +69,8 @@ setup( "pyarrow==0.13.0", "scipy>=1.0.0", "cloudpickle==1.0.0", - "tensorboardX", - "tensorboard", + "tensorboardX==1.8", + "tensorboard==1.14.0", ], classifiers=[ 'Intended Audience :: Developers',