prjemian / pysumreg

Statistics of list of (x, y) pairs from calculator-style summation registers.
https://prjemian.github.io/pysumreg/
0 stars 0 forks source link

There are problems with version info of some of the packages: #2

Closed prjemian closed 1 year ago

prjemian commented 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.

Originally posted by @prjemian in https://github.com/aps-8id-dys/bluesky/issues/1#issuecomment-1355610394