Closed prjemian closed 1 year ago
There are problems with version info of some of the packages:
In [1]: RE.md["versions"] Out[1]: {'apstools': '0.1.dev8+g0c0ec98.d20221216', 'bluesky': '1.10.0', 'databroker': '1.2.5', 'epics': '3.5.0', 'h5py': '3.7.0', 'intake': '0.6.4', 'matplotlib': '3.6.2', 'numpy': '1.23.5', 'ophyd': '1.7.0', 'pyRestTable': '0.1.dev8+g0c0ec98.d20221216', 'spec2nexus': '0.1.dev8+g0c0ec98.d20221216'}
This is related to use of setuptools-scm.get_version() in packages apstools, pyRestTable, and spec2nexus. Requires a fix (probably the same fix) in each of those.
setuptools-scm.get_version()
Originally posted by @prjemian in https://github.com/aps-8id-dys/bluesky/issues/1#issuecomment-1355610394
There are problems with version info of some of the packages:
This is related to use of
setuptools-scm.get_version()
in packages apstools, pyRestTable, and spec2nexus. Requires a fix (probably the same fix) in each of those.Originally posted by @prjemian in https://github.com/aps-8id-dys/bluesky/issues/1#issuecomment-1355610394