pynwb
pynwb copied to clipboard
[Bug]: pynwb 2.1.1 did not get released
What happened?
@CBroz1 wrote:
I ran into a dependency conflict when working on the DLC2NWB DeepLabCut export. For Apple M1 machines, importing tensorflow requires numpy≥1.23, but pynwb 2.1 pins numpy<1.23
It turns out that the allowed range of numpy versions was increase by #1550. This should have been in the 2.1.1 release, but only the 2.1.1 tag was created; a 2.1.1 release was not created. That is because the CircleCI workflow for making releases requires that the miniconda37 test passes but it failed: https://app.circleci.com/pipelines/github/NeurodataWithoutBorders/pynwb/3403/workflows/277a957e-a20b-412f-9994-77936ed99fa1 due to a certificate mismatch "OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /opt/conda/lib/python3.9/site-packages/certifi/cacert.pem"
This issue with miniconda37 should be resolved in #1511, but that has yet to be merged.
Steps to Reproduce
n/a
Traceback
No response
Operating System
macOS
Python Executable
Conda
Python Version
3.9
Package Versions
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
- [X] Have you checked the Contributing document?
- [X] Have you ensured this bug was not already reported?
Thanks for the update!
@rly close?
Yes. Thanks for going through these! 2.2.0 has been released with the fixes from 2.1.1.