bugfix import and missing certifi in setup

This commit is contained in:
Alejandro Moreo Fernandez 2024-05-17 18:04:22 +02:00
parent 4db21b6945
commit acfb02c51f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
from collections import defaultdict
import matplotlib.pyplot as plt
from matplotlib.cm import get_cmap
from matplotlib.pyplot import get_cmap
import numpy as np
from matplotlib import cm
from scipy.stats import ttest_ind_from_stats

View File

@ -113,7 +113,7 @@ setup(
python_requires='>=3.8, <4',
install_requires=['scikit-learn', 'pandas', 'tqdm', 'matplotlib', 'joblib', 'xlrd', 'abstention', 'ucimlrepo'],
install_requires=['scikit-learn', 'pandas', 'tqdm', 'matplotlib', 'joblib', 'xlrd', 'abstention', 'ucimlrepo', 'certifi'],
# List additional groups of dependencies here (e.g. development
# dependencies). Users will be able to install these using the "extras"