Skip to content

Commit

Permalink
chore: update jaqpotpy version (#48)
Browse files Browse the repository at this point in the history
* fix: remove predict_proba_onnx import

* chore: jaqpotpy version

* fix: jaqpotpy version

* Update requirements.txt
  • Loading branch information
vassilismin authored Nov 4, 2024
1 parent 7cafd3a commit 5c92bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ fastapi==0.111.0
pydantic==2.7.1
uvicorn==0.29.0
starlette~=0.37.2
jaqpotpy==6.9.0
jaqpotpy==6.10.2
pre-commit==4.0.1
ruff==0.6.3
2 changes: 1 addition & 1 deletion src/handlers/predict_sklearn.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ..api.openapi import PredictionResponse
from ..api.openapi.models.prediction_request import PredictionRequest
from ..helpers import model_decoder, json_to_predreq
from ..helpers.predict_methods import predict_onnx, predict_proba_onnx
from ..helpers.predict_methods import predict_onnx
import numpy as np


Expand Down

0 comments on commit 5c92bfa

Please sign in to comment.