Skip to content

Commit

Permalink
ensure python smaller than 3.12 in server
Browse files Browse the repository at this point in the history
  • Loading branch information
christinab12 committed Apr 30, 2024
1 parent db8ceac commit 6bb5e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = {file = ["requirements.txt"]}
[project]
name = "data-centric-platform-server"
version = "0.1"
requires-python = ">=3.9"
requires-python = ">=3.9, <3.12"
description = "The server of the data centric platform for microscopy image segmentation"
keywords = []
classifiers = [
Expand Down

0 comments on commit 6bb5e6f

Please sign in to comment.