Skip to content

Remove datamart-isi

Remi Rampin requested to merge remove-datamart into master

Installing d3m-common-primitives can take a very long time. pip seems to be backtracking and trying many different versions of trio and traitlets. This happens because datamart-isi depends on selenium:

d3m-common-primitives 2022.2.17 D3M common primitives
`-- datamart-isi >=2.1,<2.2
    `-- tablextract 1.2.5 
        `-- selenium >=3.14.1 
            |-- trio >=0.17,<1.0 
            `-- trio-websocket >=0.9,<1.0 
                `-- trio >=0.11

I am not sure if this can be fixed, but I guess we can drop datamart-isi. I don't think either datamarts are used through primitives, I am keeping datamart-rest for now.

Merge request reports