Open mitar opened 4 years ago
@alexgittens do you require regex for your primitives?
@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).
Okay, I will try to get rid of this dependence.
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.
Is this really necessary?