Skip to content

Commit 00b6a1e

Browse files
committed
updated SDK version
1 parent 2f479a5 commit 00b6a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the same base image version as the clams-python python library version
2-
FROM ghcr.io/clamsproject/clams-python:1.2.0
2+
FROM ghcr.io/clamsproject/clams-python:1.2.1
33
# See https://github.com/orgs/clamsproject/packages?tab=packages&q=clams-python for more base images
44
# IF you want to automatically publish this image to the clamsproject organization,
55
# 1. you should have generated this template without --no-github-actions flag

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Make sure clams-python version is explicitly specified, at least the lower bound
2-
clams-python==1.2.0
2+
clams-python==1.2.1
33
mmif-python[cv]
44
python-doctr[torch]==0.8.1
55
torch>=2.*

0 commit comments

Comments
 (0)