Skip to content

Commit 89252bd

Browse files
committed
remove pilmoji dependency
1 parent 24c26d3 commit 89252bd

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ dependencies = [
8282
"parso==0.8.4",
8383
"pexpect==4.9.0",
8484
"pillow==11.2.1",
85-
"pilmoji",
8685
"platformdirs==4.3.7",
8786
"pluggy==1.5.0",
8887
"pretrainedmodels==0.7.4",
@@ -203,6 +202,3 @@ dependencies = [
203202
"virtualenv==20.30.0",
204203
"sphinx==8.1.3",
205204
]
206-
207-
[tool.uv.sources]
208-
pilmoji = { git = "https://github.com/jay3332/pilmoji", rev = "b4cf625ca37717f93c5c39ed537b2c6fc60c6e13" }

requirements.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ efficientnet==1.0.0
116116
efficientnet-pytorch==0.7.1
117117
# via ncalab (pyproject.toml)
118118
emoji==2.14.1
119-
# via
120-
# ncalab (pyproject.toml)
121-
# pilmoji
119+
# via ncalab (pyproject.toml)
122120
etils==1.12.2
123121
# via
124122
# ncalab (pyproject.toml)
@@ -543,12 +541,9 @@ pillow==11.2.1
543541
# imageio
544542
# matplotlib
545543
# medmnist
546-
# pilmoji
547544
# scikit-image
548545
# segmentation-models-pytorch
549546
# torchvision
550-
pilmoji @ git+https://github.com/jay3332/pilmoji@b4cf625ca37717f93c5c39ed537b2c6fc60c6e13
551-
# via ncalab (pyproject.toml)
552547
pip==25.1
553548
# via pip-tools
554549
pip-tools==7.4.1

0 commit comments

Comments
 (0)