ripe-gigabyte-88964
05/30/2023, 7:31 PMripe-gigabyte-88964
05/30/2023, 7:32 PMtry:
# Pandas is a bulky library, so including it should be optional
import pandas as pd
except ImportError:
logging.getLogger(__file__).warning("Pandas is not installed! Calling any pandas related function will result in an error!")
But pandas is still showing up as a dependency when I run pants dependencies --transitive
ripe-gigabyte-88964
05/30/2023, 7:38 PMbitter-ability-32190
05/30/2023, 7:46 PM# pants: no-infer-dep