Skip to content

Commit d3dc00f

Browse files
committed
dev: updated versions of apipod and face2face
1 parent c60de23 commit d3dc00f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/DOCKERFILE renamed to docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ WORKDIR /
2323
# added other libs before which keep failing in requirements file for unknown reasons.
2424
# note that fairseq need to be installed differently in windows and linux
2525
RUN pip install runpod>=1.7.13 && \
26-
pip install socaity-face2face[full]>=1.4.0 --no-cache
26+
pip install socaity-face2face[full]>=1.5.0 --no-cache
2727

2828
# Configure where the models and the output is stored
2929
ENV MODELS_DIR="/runpod-volume/face2face/models/"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "socaity-face2face"
7-
version = "1.4.1"
7+
version = "1.5.0"
88
description="Swap faces from one image to another. Create face embeddings. Integrate into hosted environments."
99
requires-python = ">=3.8"
1010
authors = [
@@ -26,5 +26,5 @@ Homepage = "https://www.socaity.ai"
2626

2727
[project.optional-dependencies]
2828
full = [
29-
"apipod>=1.0.4",
29+
"apipod>=1.0.5",
3030
]

0 commit comments

Comments
 (0)