Skip to content

Commit 93e2821

Browse files
committed
🔥 remove lib from req
1 parent fcfc02d commit 93e2821

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ matplotlib="3.9.4"
2020
tqdm="4.67.1"
2121
pydantic="2.10.5"
2222
pathlib="1.0.1"
23-
logging=">=0.4.9.6"
2423

2524
[tool.poetry.dev-dependencies]
2625
ruff = "*"

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ tqdm==4.67.1
1515
# Pydantic
1616
pydantic==2.10.5
1717

18-
logging
1918
pathlib

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"matplotlib==3.9.4",
2323
"tqdm==4.67.1",
2424
"pydantic==2.10.5",
25-
"pathlib==1.0.1",
26-
"logging>=0.4.9.6"
25+
"pathlib==1.0.1"
2726
],
2827
classifiers=[
2928
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)