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.
1 parent 6a1e812 commit 2ceaeabCopy full SHA for 2ceaeab
patsy/util.py
@@ -44,7 +44,10 @@
44
else:
45
have_pandas = True
46
import packaging.version
47
- PANDAS3 = packaging.version.parse(pandas.__version__) > packaging.version.parse("2.99")
+
48
+ PANDAS3 = packaging.version.parse(pandas.__version__) > packaging.version.parse(
49
+ "2.99"
50
+ )
51
52
# Pandas versions < 0.9.0 don't have Categorical
53
# Can drop this guard whenever we drop support for such older versions of
0 commit comments