Skip to content

Commit e6c8cc3

Browse files
committed
New version 0.1.901 fixes issues
1 parent f782a18 commit e6c8cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
if python_version <= (3, 10):
3131
install_requires = list_req + [
32-
"numpy<1.25.0",
32+
"numpy<1.24", # older version. otherwise get numpy bool error
3333
"hvplot~=0.7.3", # Older compatible version
3434
"holoviews<=1.14.9", # Older compatible version
3535
"panel~=0.14.4", ## this is an old versjon of panel

0 commit comments

Comments
 (0)