gittea-rpi / realML

ICSI realML repository for DARPA D3M project
Apache License 2.0
4 stars 0 forks source link

A very strict dependency on regex package #1

Open mitar opened 4 years ago

mitar commented 4 years ago

Is this really necessary?

erichson commented 4 years ago

@alexgittens do you require regex for your primitives?

rustandruin commented 4 years ago

@erichson I don’t directly require it. From what I recall, when I was trying to build I got conflicts with some packages that were already included in d3m unless I specified the requirements I have. Maybe that is no longer required since everything has changed multiple times. You can take them out and see if that goes through CI, and add back in as needed (iirc that’s the process of how I converged on those).

erichson commented 4 years ago

Okay, I will try to get rid of this dependence.

mitar commented 4 years ago

If you do not need it directly, then yes, maybe just remove it as a dependency. From what I look there are some other packages in the Docker image which needs it, but none define a version dependency, it seems like any version is good for them.