Skip to content

Commit

Permalink
Rename trains to clearml
Browse files Browse the repository at this point in the history
  • Loading branch information
lamhoangtung committed Mar 29, 2021
1 parent 9ecbc9f commit d836464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colab_ssh/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit d836464

Please sign in to comment.