Commit 381050b9 authored by aksub99's avatar aksub99
Browse files

Add imports to __init__.py

parent ab07c0b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ from deepchem.feat.complex_featurizers import ComplexNeighborListFragmentAtomicC
from deepchem.feat.material_featurizers import ElementPropertyFingerprint
from deepchem.feat.material_featurizers import SineCoulombMatrix
from deepchem.feat.material_featurizers import CGCNNFeaturizer
from deepchem.feat.material_featurizers import CompositionFeaturizer

try:
  import transformers
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@ Featurizers for inorganic crystals.
from deepchem.feat.material_featurizers.element_property_fingerprint import ElementPropertyFingerprint
from deepchem.feat.material_featurizers.sine_coulomb_matrix import SineCoulombMatrix
from deepchem.feat.material_featurizers.cgcnn_featurizer import CGCNNFeaturizer
from deepchem.feat.material_featurizers.composition_featurizer import CompositionFeaturizer