Skip to content

Commit 27ea956

Browse files
committed
removed pinned versions in pyproject.toml
1 parent c111238 commit 27ea956

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ classifiers = [
7474
"Operating System :: OS Independent",
7575
]
7676
dependencies = [
77-
"loguru>=0.7.3",
78-
"pymupdf>=1.26.0",
79-
"pypdf>=5.6.0",
80-
"python-docx>=1.1.2",
77+
"loguru",
78+
"pymupdf",
79+
"pypdf",
80+
"python-docx",
8181
]
8282

8383

@@ -96,16 +96,16 @@ Issues = "https://github.com/fsecada01/TextSpitter/issues"
9696

9797
[dependency-groups]
9898
dev = [
99-
"black>=25.1.0",
100-
"build>=1.2.2.post1",
101-
"isort>=6.0.1",
102-
"jupyterlab>=4.4.3",
103-
"jupyterlab-code-formatter>=3.0.2",
104-
"pytest>=8.4.0",
105-
"pytest-lazy-fixtures>=1.1.4",
106-
"pytest-mock>=3.14.1",
107-
"ruff>=0.11.13",
108-
"twine>=6.1.0",
99+
"black",
100+
"build",
101+
"isort",
102+
"jupyterlab",
103+
"jupyterlab-code-formatter",
104+
"pytest",
105+
"pytest-lazy-fixtures",
106+
"pytest-mock",
107+
"ruff",
108+
"twine",
109109
]
110110

111111

0 commit comments

Comments
 (0)