We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 334716d + 7b34a0d commit 5b43effCopy full SHA for 5b43eff
libpysal/common.py
@@ -14,7 +14,7 @@
14
import pandas
15
16
try:
17
- from patsy import PatsyError
+ from patsy import PatsyError ## Should patsy be a hard dependency?
18
except ImportError:
19
PatsyError = Exception
20
0 commit comments