Skip to content

Commit

Permalink
Refactor: update most of libraries needed by project
Browse files Browse the repository at this point in the history
  • Loading branch information
luizmachado committed Aug 20, 2024
1 parent 7043f8f commit b2f77b1
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
numpy==1.21.5
pandas==1.3.5
scikit-learn==1.0.2
numpy==1.26.4
pandas==2.2.2
scikit-learn==1.5.1
flask==3.0.0
mlflow==1.23.1
joblib==0.16.0
mlflow==2.15.1
joblib==1.4.2
lime==0.2.0.1
fluent-logger==0.10.0
bokeh==2.4.2
arrow==1.2.1
fluent-logger==0.9.6
bokeh==3.4.3
arrow==1.3.0
wickedhot==0.2.5
boto3==1.23.7
protobuf==3.20.1
boto3==1.35.1

# Testing Dependencies
requests-mock==1.8.0
flake8==3.7.8
flake8-print==3.1.4
autopep8==1.5
snakeviz==2.0.1
pytest==6.2.5
pytest-cov==3.0.0
requests-mock==1.12.1
flake8==7.1.1
flake8-print==5.0.0
autopep8==2.3.1
snakeviz==2.2.0
pytest==8.3.2
pytest-cov==5.0.0

coverage==6.2
coverage==7.6.1

0 comments on commit b2f77b1

Please sign in to comment.