From d8364647532fdaab3c9a7d21fa58182a6b1383e3 Mon Sep 17 00:00:00 2001 From: lamhoangtung Date: Mon, 29 Mar 2021 09:28:15 +0700 Subject: [PATCH] Rename trains to clearml --- colab_ssh/config.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colab_ssh/config.py b/colab_ssh/config.py index 98a36a9..890d849 100644 --- a/colab_ssh/config.py +++ b/colab_ssh/config.py @@ -48,7 +48,7 @@ def install_pip_dependencies(): Install pip dependencies that I use everyday """ print("Installing pip dependencies") - command = "pip3 install imgaug trains ipdb" + command = "pip3 install imgaug clearml ipdb" run_command(command) diff --git a/setup.py b/setup.py index bf5addc..6154aae 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import os from setuptools import setup, find_packages -__version__ = "0.1.2" +__version__ = "0.1.3" def readme():