Skip to content

Commit

Permalink
Merge pull request #243 from zooniverse/update-client-version-1.6
Browse files Browse the repository at this point in the history
Newest CLI version should require newest client version
  • Loading branch information
zwolf authored Jul 11, 2023
2 parents 3a727ce + 363d31e commit f2973ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
install_requires=[
'Click>=6.7,<8.2',
'PyYAML>=5.1,<6.1',
'panoptes-client>=1.4,<2.0',
'panoptes-client>=1.6,<2.0',
'humanize>=0.5.1,<4.5',
'pathvalidate>=0.29.0,<2.6',
],
Expand Down

0 comments on commit f2973ad

Please sign in to comment.