Skip to content

Commit b16206c

Browse files
Update graph.py (#4)
JitClass is deprecated so can we remove this from code and update the package numba/numba#6539
1 parent f07db4e commit b16206c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrgraph/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import gc
44
import networkx as nx
55
import numba
6-
from numba import jit, jitclass
6+
from numba import jit
77
import numpy as np
88
import os
99
import pandas as pd

0 commit comments

Comments
 (0)