Commit 2c13af70 authored by Ivan Tyagov's avatar Ivan Tyagov Committed by Rafael Monnerat

Add msgpack-numpy egg so we can serialize binary numpy arrays. msgpack-python...

Add msgpack-numpy egg so we can serialize binary numpy arrays. msgpack-python change its name to just msgpack.

Wendelin tests passing at

https://nexedi.erp5.net/test_result_module/20181126-7D4D3F45/view

@rafael  and / or @alain.takoudjou  - please merge in unless objections.

/reviewed-on !451
parent c0c9bbe9
[buildout]
parts =
msgpack-numpy
[msgpack-numpy]
recipe = zc.recipe.egg:custom
egg = msgpack-numpy
......@@ -4,4 +4,4 @@ parts =
[msgpack-python]
recipe = zc.recipe.egg:custom
egg = msgpack-python
egg = msgpack
......@@ -3,12 +3,14 @@ versions = versions
extends =
../../component/wendelin.core/buildout.cfg
../../component/msgpack-python/buildout.cfg
../../component/msgpack-numpy/buildout.cfg
../../component/scipy/buildout.cfg
../../software/erp5/software.cfg
parts +=
wendelin
scipy
msgpack-python
msgpack-numpy
ipython
wendelin.core
jupyter
......@@ -25,6 +27,7 @@ eggs +=
astor
${scipy:egg}
${msgpack-python:egg}
${msgpack-numpy:egg}
${wendelin.core:egg}
${ipython:egg}
......@@ -73,5 +76,6 @@ repository = https://lab.nexedi.com/nexedi/wendelin.git
branch = master
[versions]
msgpack-python = 0.5.6
msgpack = 0.5.6
msgpack-numpy = 0.4.4.2
wendelin.core = 0.12
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment