Skip to content

Commit 2a6cdd3

Browse files
committed
Raised minimum seaborn version to 0.11 (for histplot, new displot)
1 parent bc9ad45 commit 2a6cdd3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

requirements-relaxed.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# sensAI main requirements
2-
# This is a relaxed version with lower bounds, which exists only for inclusion in environment.yml (developer environment)
1+
# this is a relaxed version of requirements.txt where newer versions are allowed
32
pandas>=1.0.0
43
scipy>=1.4
54
numpy>=1.18.0
65
scikit-learn>=0.22.0
7-
seaborn>=0.10.0
6+
seaborn>=0.11.0
87
typing-extensions>=3.7

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ pandas~=1.0.0
44
scipy~=1.4
55
numpy~=1.18.0
66
scikit-learn~=0.22.0
7-
seaborn~=0.10.0
7+
seaborn~=0.11.0
88
typing-extensions~=3.7

0 commit comments

Comments
 (0)