Skip to content

Commit

Permalink
chore: remove hardcoded version of Concrete ML
Browse files Browse the repository at this point in the history
We used an hardcoded version of Concrete ML in the deployment feature
because the new version isn't reachable from public but the test is
currently disabled on we are going to publicly release 1.0.0.
So we can now remove this hot-fix.
  • Loading branch information
fd0r committed Apr 13, 2023
1 parent 35e16fd commit 4cfc5fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/concrete/ml/deployment/deploy_to_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ def deploy_to_aws(
python_version = ".".join(versions["python"].split(".")[0:2])
concrete_python_version = versions["concrete-python"]
concrete_ml_version = versions["concrete-ml"]
# FIXME: change once 1.y.z is released
concrete_ml_version = "0.6.1"

# Launch commands
commands = [
Expand Down

0 comments on commit 4cfc5fe

Please sign in to comment.