We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfc02d commit 93e2821Copy full SHA for 93e2821
pyproject.toml
@@ -20,7 +20,6 @@ matplotlib="3.9.4"
20
tqdm="4.67.1"
21
pydantic="2.10.5"
22
pathlib="1.0.1"
23
-logging=">=0.4.9.6"
24
25
[tool.poetry.dev-dependencies]
26
ruff = "*"
requirements.txt
@@ -15,5 +15,4 @@ tqdm==4.67.1
15
# Pydantic
16
pydantic==2.10.5
17
18
-logging
19
pathlib
setup.py
@@ -22,8 +22,7 @@
"matplotlib==3.9.4",
"tqdm==4.67.1",
"pydantic==2.10.5",
- "pathlib==1.0.1",
- "logging>=0.4.9.6"
+ "pathlib==1.0.1"
27
],
28
classifiers=[
29
"Development Status :: 5 - Production/Stable",
0 commit comments