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 f3f3a54 commit 58754cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ RUN pip install \
--cache-dir /usr/local/src/nupic.core/pip-cache \
--build /usr/local/src/nupic.core/pip-build \
--no-clean \
pycapnp==0.5.8 \
pycapnp==0.6.3 \
-r bindings/py/requirements.txt && \
python setup.py bdist bdist_dumb bdist_wheel sdist
2 changes: 1 addition & 1 deletion bindings/py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ numpy==1.12.1
pytest==3.0.7
pytest-cov==2.5.0
pytest-xdist==1.16.0
pycapnp==0.5.12
pycapnp==0.6.3
2 changes: 1 addition & 1 deletion bindings/py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def generateExtensions():
"nupic.bindings": ["*.so", "*.pyd"],
"nupic.bindings.tools": ["*.capnp"],
},
extras_require = {"capnp": ["pycapnp==0.5.8"]},
extras_require = {"capnp": ["pycapnp==0.6.3"]},
zip_safe=False,
cmdclass={
"clean": CleanCommand,
Expand Down
2 changes: 1 addition & 1 deletion ci/travis/before_install-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ python get-pip.py --user pip setuptools wheel
echo "Installing Python dependencies"
pip install --user -r bindings/py/requirements.txt --quiet || exit

pip install pycapnp==0.5.8 --user || exit
pip install pycapnp==0.6.3 --user || exit

0 comments on commit 58754cf

Please sign in to comment.