Skip to content

Commit a80bc7d

Browse files
committed
New version 0.1.901 fixes issues
1 parent 6bedcef commit a80bc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"holoviews<=1.14.9", # Older compatible version
3535
"panel~=0.14.4", ## this is an old versjon of panel
3636
"param==1.13.0", ### something broke in panel without this
37-
"pandas>=2.0", ## pandas must be below 2.0 version
37+
"pandas<2.0", ## pandas must be below 2.0 version
3838
]
3939

4040
# For Python versions >= 3.10 and < 3.11, update the dependency list

0 commit comments

Comments
 (0)