We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bedcef commit a80bc7dCopy full SHA for a80bc7d
setup.py
@@ -34,7 +34,7 @@
34
"holoviews<=1.14.9", # Older compatible version
35
"panel~=0.14.4", ## this is an old versjon of panel
36
"param==1.13.0", ### something broke in panel without this
37
- "pandas>=2.0", ## pandas must be below 2.0 version
+ "pandas<2.0", ## pandas must be below 2.0 version
38
]
39
40
# For Python versions >= 3.10 and < 3.11, update the dependency list
0 commit comments