File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ python-dotenv==0.21.0 # For loading environment variables from a .env file
2626
2727# Additional libraries for enhanced functionality
2828requests == 2.31.0 # For making HTTP requests
29- cryptography == 39 .0.1 # For secure data handling and encryption
29+ cryptography == 44 .0.1 # For secure data handling and encryption
3030
3131# Advanced data processing and analysis
3232dask == 2023.7.0 # Parallel computing with task scheduling for larger-than-memory computations
Original file line number Diff line number Diff line change 3838 "seaborn==0.12.2" ,
3939 "python-dotenv==0.21.0" ,
4040 "requests==2.31.0" ,
41- "cryptography==39 .0.1" ,
41+ "cryptography==44 .0.1" ,
4242 "dask==2023.7.0" ,
4343 "xgboost==1.7.6" ,
4444 "loguru==0.6.0" ,
You can’t perform that action at this time.
0 commit comments