From b1113b406edf16739f7fe2ac1738bc5eb94adb66 Mon Sep 17 00:00:00 2001 From: Eric Talevich Date: Thu, 28 May 2020 22:57:20 -0700 Subject: [PATCH] skgenome: Update pandas Int64Index import to resolve a warning --- skgenome/intersect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skgenome/intersect.py b/skgenome/intersect.py index 2d1085ba..5b1daef3 100644 --- a/skgenome/intersect.py +++ b/skgenome/intersect.py @@ -8,7 +8,7 @@ """ import numpy as np import pandas as pd -from pandas.core.index import Int64Index +from pandas import Int64Index from .combiners import first_of, join_strings, make_const