Python newbie here, how the fuck do I install shap here without it breaking numpy? There is some serious dependency hell when trying to install it with pip.
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from sklearn.model_selection import train_test_split, GridSearchCV, KFold
from sklearn.linear_model import LinearRegression
from sklearn.metrics import mean_squared_error, r2_score, make_scorer, mean_absolute_error
from sklearn.pipeline import make_pipeline, Pipeline
import shap
from sklearn.datasets import load_diabetes
from sklearn.preprocessing import StandardScaler
import seaborn as sns
import joblib
import xml.etree.ElementTree as ET
from datetime import date
import platform
import sys
from xml.dom import minidom
import psutil
from cpuinfo import get_cpu_info