Skip to content

Commit cf45035

Browse files
committed
New version
1 parent 08f7872 commit cf45035

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["parshift"]
77

88
[project]
99
name = "parshift"
10-
version = "0.2.1"
10+
version = "0.2.2"
1111
description = "Python package based on Gibson's framework (2003) for turn-taking in group conversation analysis."
1212
readme = "README.md"
1313
requires-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"]
2626
classifiers = [
2727
"License :: OSI Approved :: MIT License",
2828
"Operating System :: OS Independent",
@@ -65,7 +65,7 @@ testpaths = ["parshift", "tests"]
6565
python_version = 3.8
6666

6767
[[tool.mypy.overrides]]
68-
module = [ "squarify", "matplotlib", "matplotlib.pyplot", "seaborn" ]
68+
module = [ "squarify", "matplotlib", "matplotlib.pyplot"]
6969
ignore_missing_imports = true
7070

7171
[tool.black]

0 commit comments

Comments
 (0)