-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies to latest versions. #975
Comments
The following dependencies need to be updated:
dependency that do not need updating:
|
I agree, we should bump these versions. BTW: The MNIST data set does not ever change, its just the infrastructure that changes. If you make the PR, I'd be happy to run a clean build & test on my platform: linux. |
Ok, I will take you up on that. I do have one problem where the de-pickle of everything found an incorrectly formatted Base64 encoded string causing the py unit tests to fail. (at bindings/py/tests/regions/network_test.py line 378). Just started to look at this. It would be helpful to know if this also happens on Linux. I will check-in what I have so you can try it. |
Hi, |
I was able to compile on OSX 12.3 with a just-now-cloned copy of htm.core. I had to remove the -Werror flag on line 282 of CommonCompilerConfig.cmake. python setup.py test returns this at the end:
|
Cool. Yes, I get the first two errors on windows building with all new versions except pybind11. The third error in HtmRestApiTest that you received may be related to the Mac's network connections. That test tries to run two threads, one server and one client, and tries to make a connection between them. |
Nearly all of the dependencies have significantly newer versions available.
We need to update the URL's from which to get the dependencies so that we are using more recent versions.
The text was updated successfully, but these errors were encountered: