@@ -7,7 +7,7 @@ packages = ["parshift"]
77
88[project ]
99name = " parshift"
10- version = " 0.2.1 "
10+ version = " 0.2.2 "
1111description = " Python package based on Gibson's framework (2003) for turn-taking in group conversation analysis."
1212readme = " README.md"
1313requires-python = " >=3.8"
@@ -22,7 +22,7 @@ authors = [
2222 {name = " João Pedro Carvalho" , email = " joao.matos.carvalho@ulusofona.pt" },
2323 {name = " Nuno Fachada" , email = " nuno.fachada@ulusofona.pt" },
2424 {name = " Manuel Pita" , email = " manuel.pita@ulusofona.pt" } ]
25- dependencies = [" pandas" , " matplotlib" , " squarify" , " seaborn " ]
25+ dependencies = [" pandas" , " matplotlib" , " squarify" ]
2626classifiers = [
2727 " License :: OSI Approved :: MIT License" ,
2828 " Operating System :: OS Independent" ,
@@ -65,7 +65,7 @@ testpaths = ["parshift", "tests"]
6565python_version = 3.8
6666
6767[[tool .mypy .overrides ]]
68- module = [ " squarify" , " matplotlib" , " matplotlib.pyplot" , " seaborn " ]
68+ module = [ " squarify" , " matplotlib" , " matplotlib.pyplot" ]
6969ignore_missing_imports = true
7070
7171[tool .black ]
0 commit comments