Skip to content

Commit

Permalink
Merge pull request #3841 from lscheinkman/NUP-2519
Browse files Browse the repository at this point in the history
NUP-2519: Upgrade pycapnp to 0.6.3
  • Loading branch information
lscheinkman authored May 29, 2018
2 parents 1d980e1 + d81e128 commit f538d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ prettytable==0.7.2

# When updating nupic.bindings, also update any shared dependencies to keep
# versions in sync.
nupic.bindings==1.0.4
nupic.bindings==1.0.6
numpy==1.12.1
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 f538d27

Please sign in to comment.