You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to bring torch as extra package in casualml?
So that users that do not need this package could install casualml without it?
There is similar problem: #480
But the proposed solution (pip install causalml --no-deps torch) can't be used with poetry. It is not possible there to install a package and exclude its dependency from lock file.
Our app image weights like 8GB because of torch :(
The text was updated successfully, but these errors were encountered:
Hi @roseaysina. It was done with #789 and is available at the master branch. We will release a new v0.15.2 version soon (#792), so causalml can be installed without torch by default.
Hola!
Is it possible to bring torch as extra package in
casualml
?So that users that do not need this package could install
casualml
without it?There is similar problem: #480
But the proposed solution (
pip install causalml --no-deps torch
) can't be used with poetry. It is not possible there to install a package and exclude its dependency from lock file.Our app image weights like 8GB because of torch :(
The text was updated successfully, but these errors were encountered: