Skip to content

Commit 7719511

Browse files
committed
build: remove restriction on seaborn 0.12
1 parent 937b75e commit 7719511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install_requires =
2020
scipy
2121
pandas>=1.0.0
2222
matplotlib!=3.3.1
23-
seaborn>=0.9.1, <0.12.0
23+
seaborn>=0.9.1
2424
package_dir =
2525
= src
2626
packages = find:

0 commit comments

Comments
 (0)