Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
NUP-2519: Upgrade pycapnp to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheinkman committed May 25, 2018
1 parent 1d980e1 commit 3371e4e
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 @@ -149,7 +149,7 @@ def findRequirements():
extras_require = {
# Default requirement based on system type
":platform_system=='Linux' or platform_system=='Darwin'":
["pycapnp==0.5.12"],
["pycapnp==0.6.3"],

# Superseded by platform_system-conditional requirement, but keeping
# empty extra for compatibility as recommended by setuptools doc.
Expand Down

0 comments on commit 3371e4e

Please sign in to comment.