Is it possible to install Causalml without torch? #480
Answered
by
00helloworld
minh-nguyen-dh
asked this question in
Q&A
-
Hi! I am trying to package my code. However the size is too big if I install it along with Thanks for reading. |
Beta Was this translation helpful? Give feedback.
Answered by
00helloworld
Jul 6, 2022
Replies: 1 comment
-
Hi, if you don't need |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeongyoonlee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, if you don't need
torch
, you can installcausalml
with this code:pip install causalml --no-deps torch