We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a34ee commit f637beeCopy full SHA for f637bee
requirements.txt
@@ -26,7 +26,7 @@ python-dotenv==0.21.0 # For loading environment variables from a .env file
26
27
# HTTP requests and secure data handling
28
requests==2.31.0 # For making HTTP requests
29
-cryptography==39.0.1 # For secure data handling and encryption
+cryptography==44.0.1 # For secure data handling and encryption
30
31
# Advanced data processing and analysis
32
dask==2023.7.0 # Parallel computing with task scheduling for larger-than-memory computations
setup.py
@@ -38,7 +38,7 @@
38
"seaborn==0.12.2",
39
"python-dotenv==0.21.0",
40
"requests==2.31.0",
41
- "cryptography==39.0.1",
+ "cryptography==44.0.1",
42
"dask==2023.7.0",
43
"xgboost==1.7.6",
44
"loguru==0.6.0",
0 commit comments