Skip to content

Commit

Permalink
Fix the range of version number for manager/agent options
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jan 8, 2019
1 parent e1b3a84 commit 6a68871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ include = ai.backend.meta

[options.extras_require]
manager =
backend.ai-manager
backend.ai-manager~=18.12.0
agent =
backend.ai-agent
backend.ai-agent~=18.12.0
dev =
pytest
ci =
Expand Down

0 comments on commit 6a68871

Please sign in to comment.