Skip to content

Commit

Permalink
update dvc-c
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-annuscheit committed Aug 12, 2019
1 parent 4ce789c commit d4fa736
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 99 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Find here the first tutorial: https://github.com/deep-projects/dvc-cc/blob/maste
conda create --name dvc_cc pip python scipy numpy matplotlib pandas pyyaml pyrsistent psutil cffi MarkupSafe Pillow
conda activate dvc_cc
pip install pip install https://github.com/deep-projects/dvc-cc/releases/download/dvc-cc-0.3.0/dvc_cc-0.3.0-py3-none-any.whl
pip install https://github.com/deep-projects/dvc-cc/releases/download/dvc-cc-0.3.0/dvc_cc-0.3.0-py3-none-any.whl
```

## Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion dvc-cc-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dvc-cc-agent"
version = "0.3.0"
version = "0.4.0"
description = "This script is the agent that should only be called in a docker. It executes scripts of github defined with dvc."
authors = ["Jonas <[email protected]>"]
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion dvc-cc-connector/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dvc-cc-connector"
version = "0.3.0"
version = "0.4.0"
description = ""
authors = ["Jonas <[email protected]>"]
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion dvc-cc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To archive this target, DVC-CC is based on the two softwares [Open-source Versio
conda create --name dvc_cc pip python scipy numpy matplotlib pandas pyyaml pyrsistent psutil cffi MarkupSafe Pillow
conda activate dvc_cc
pip install pip install https://github.com/deep-projects/dvc-cc/releases/download/dvc-cc-0.3.0/dvc_cc-0.3.0-py3-none-any.whl
pip install https://github.com/deep-projects/dvc-cc/releases/download/dvc-cc-0.3.0/dvc_cc-0.3.0-py3-none-any.whl
```

## Basic Usage
Expand Down
Loading

0 comments on commit d4fa736

Please sign in to comment.