Skip to content

Commit

Permalink
Add coco-ash as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Aug 23, 2021
1 parent 32cc13e commit 85422f4
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run:
name: Building documentation
command: |
poetry run mkdocs gh-deploy -m "[ci skip] Deployed {sha} with MkDocs version: {version}"
poetry run mkdocs gh-deploy -m "[skip ci] Deployed {sha} with MkDocs version: {version}"
- run:
name: Runnning tests
command: |
Expand Down
54 changes: 37 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ python = ">=3.7.1,<4.0"
# Mandatory
matplotlib = "^3.4.2"
pandas = "^1.3.1"
pycocotools = {url = "https://github.com/ashnair1/coco-ash/archive/refs/tags/pycoco-ash.tar.gz"}
#pycocotools = {url = "https://github.com/ashnair1/coco-ash/archive/refs/tags/pycoco-ash.tar.gz"}
coco-ash = "^2.0.2" # Fork of pycocotools
seaborn = "^0.11.1"
#termcolor = "^1.1.0"
tqdm = "^4.62.0"
Expand Down

0 comments on commit 85422f4

Please sign in to comment.