nipype icon indicating copy to clipboard operation
nipype copied to clipboard

Prov dependency

Open TheChymera opened this issue 1 year ago • 2 comments
trafficstars

https://github.com/trungdong/prov hasn't been updated in a while and has no new releases since 2020... The test suite also seems broken.

Is there any chance we could easily remove/replace this dependency? Just going by the source code it only seems to be imported in one place import prov.model as pm... but I'm not sure what that bit of the code is important for 🤔

TheChymera avatar Apr 03 '24 00:04 TheChymera

In addition to the above issues, the package also doesn't seem to be tested upstream beyond Python 3.10 .

It seems pm. after the above import is used extensively in the code. Any idea what it does and whether/how I could try to remove this @effigies ?

TheChymera avatar May 09 '24 22:05 TheChymera

The code is used for generating provenance records from nipype workflow graphs.

effigies avatar May 10 '24 20:05 effigies