diff --git a/PythonWrapper/examples/cmsisdsp_tests.ipynb b/PythonWrapper/examples/cmsisdsp_tests.ipynb index fb0e365d..c5c94706 100755 --- a/PythonWrapper/examples/cmsisdsp_tests.ipynb +++ b/PythonWrapper/examples/cmsisdsp_tests.ipynb @@ -18,10 +18,10 @@ }, { "cell_type": "markdown", - "id": "75d2bac1", + "id": "22230ac8", "metadata": {}, "source": [ - "Installation below may generate an error in google colab. It is related to conflicting versions of the Jinja2 package. It will not prevent the use of the cmsisdsp package in google colab." + "The following command may take some time to execute : the full cmsisdsp library is built." ] }, { diff --git a/cmsisdsp/__init__.py b/cmsisdsp/__init__.py index 7fe6262b..05444fe8 100755 --- a/cmsisdsp/__init__.py +++ b/cmsisdsp/__init__.py @@ -23,7 +23,7 @@ cmsis_dsp_version="1.10.0" # Commit hash used to build the wrapper -commit_hash="f2fb4f86cee3a17fbb394c315c99b833249db44d" +commit_hash="7106010d41b3bf810403e954c36c2643d98c58e7" # True if development version used developmentVersion=True