File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# pinned dependencies to reproduce an entire development environment to run tests and check code style
2- flake8 == 4.0 .1
3- pytest == 6.2.5
2+ flake8 == 7.1 .1
3+ pytest == 8.3.4
Original file line number Diff line number Diff line change 11# pinned dependencies to reproduce a working development environment
2- hdmf_docutils == 0.4.4
3- hdmf == 3.1 .1
4- pynwb == 2.0 .0
2+ hdmf_docutils == 0.4.8
3+ hdmf == 3.14 .1
4+ pynwb == 2.8 .0
55ndx-optogenetics == 0.2.0
Original file line number Diff line number Diff line change 3333 'url' : '' ,
3434 'license' : 'BSD 3-Clause' ,
3535 'install_requires' : [
36- 'hdmf>=3.1 .1,<5' ,
37- 'pynwb>=2.0 .0,<4' ,
36+ 'hdmf>=3.14 .1,<5' ,
37+ 'pynwb>=2.8 .0,<4' ,
3838 "ndx-optogenetics>=0.2.0" ,
3939 ],
4040 'packages' : find_packages ('src/pynwb' ),
You can’t perform that action at this time.
0 commit comments