Skip to content

Commit 18a0218

Browse files
chore: Remove unused psutil dependency (#844)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent f0443aa commit 18a0218

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

poetry.lock

Lines changed: 1 addition & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jsonschema = ">=4.17.3,<5.0"
4747
packaging = "*" # Transitive dependency used directly in code
4848
referencing = ">=0.36.2"
4949
pandas = "2.2.3"
50-
psutil = "6.1.0" # TODO: Remove if unused
5150
pydantic = "^2.7"
5251
pyrate-limiter = "~3.1.0"
5352
python-dateutil = "^2.9.0"
@@ -249,7 +248,6 @@ DEP002 = [
249248

250249
# TODO: Remove these dependencies if not needed:
251250
"avro", # Only imported in `unit_tests` code
252-
"psutil",
253251
"rapidfuzz",
254252
"cohere",
255253
"markdown",

0 commit comments

Comments
 (0)