Skip to content

Commit

Permalink
fix: test with gpu CP with 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama committed Oct 29, 2024
1 parent b18a107 commit ca3d122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ python = ">=3.8.1,<3.13"
# source, so we should only use this for Concrete Python's non-public releases
# https://python-poetry.org/docs/1.7/repositories#project-configuration
# concrete-python = {version="==2.7.0", source = "zama-pypi-cpu"}
concrete-python = {version="==2.8.1", source = "zama-pypi-cpu"}
concrete-ml-extensions = [
{version = "0.1.2", platform = "linux" }
]
concrete-python = {version="==2.8.1.dev20241026", source = "zama-pypi-cpu"}
setuptools = "65.6.3"
skops = {version = "0.5.0"}
xgboost = "1.6.2"
Expand Down Expand Up @@ -77,7 +77,7 @@ pandas = "2.0.3"
# Zama sources
[[tool.poetry.source]]
name = "zama-pypi-cpu"
url = "https://pypi.zama.ai/cpu"
url = "https://pypi.zama.ai/gpu"
priority = "explicit"

# Development dependencies
Expand Down

0 comments on commit ca3d122

Please sign in to comment.