Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hervevillard committed Sep 13, 2024
1 parent 12af07d commit a6dcf8e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
16 changes: 8 additions & 8 deletions model/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mlflow
cloudpickle==1.6.0
databricks-automl-runtime==0.2.5.1
holidays==0.12
koalas==1.8.2
psutil==5.8.0
scikit-learn==0.24.1
typing-extensions==3.7.4.3
xgboost==1.5.1
cloudpickle
databricks-automl-runtime
holidays
koalas
psutil
scikit-learn
typing-extensions
xgboost
40 changes: 20 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
pandas
mlflow==1.24.0
requests==2.27.1
mlflow#==1.24.0
requests#==2.27.1
pylint
ipython
databricks-cli
mlflow
cloudpickle==1.6.0
databricks-automl-runtime==0.2.5.1
holidays==0.12
koalas==1.8.2
psutil==5.8.0
scikit-learn==0.24.1
typing-extensions==3.7.4.3
xgboost==1.5.1
cloudpickle#==1.6.0
databricks-automl-runtime#==0.2.5.1
holidays#==0.12
koalas#==1.8.2
psutil#==5.8.0
scikit-learn#==0.24.1
typing-extensions#==3.7.4.3
xgboost#==1.5.1
uvicorn[standard]
fastapi
pydantic
click
boto3==1.16.7
cffi==1.14.5
configparser==5.0.1
dill==0.3.2
fsspec==0.9.0
keras==2.7.0
pandas==1.2.4
pillow==8.2.0
scipy==1.6.2
tensorflow==2.7.1
boto3#==1.16.7
cffi#==1.14.5
configparser#==5.0.1
dill#==0.3.2
fsspec#==0.9.0
keras#==2.7.0
pandas#==1.2.4
pillow#==8.2.0
scipy#==1.6.2
tensorflow#==2.7.1

0 comments on commit a6dcf8e

Please sign in to comment.