Skip to content
Snippets Groups Projects
Commit 6814e20f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'issue-9' into 'master'

[setup] Pin click>=7 and fixes #9

Closes #9

See merge request !3
parents c75a7ce7 475b08c4
No related branches found
No related tags found
1 merge request!3[setup] Pin click>=7 and fixes #9
Pipeline #26300 passed
......@@ -124,7 +124,7 @@ zlib:
caffe:
- 1.0
click:
- 6.7
- 7.0
click_plugins:
- 1.0.3
coverage:
......
......@@ -7,9 +7,9 @@ version = open("version.txt").read().rstrip()
requires = [
'setuptools',
'click',
'click>=7.0.0',
'click-plugins',
'conda-build',
'conda-build>=3.0.0',
'certifi',
'requests',
'gitpython',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment