Skip to content

Commit d477435

Browse files
authored
Update requirements.txt
1 parent 5d3b811 commit d477435

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

requirements.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
# Core libraries for data manipulation and machine learning
2-
numpy==1.23.5
2+
numpy==1.24.3
33
pandas==1.5.3
4-
scikit-learn==1.2.0
4+
scikit-learn==1.2.2
55
joblib==1.2.0
66

77
# YAML parsing
88
pyyaml==6.0
99

1010
# Web3 and smart contract interaction
11-
web3==5.31.0
11+
web3==5.32.0
1212
solcx==1.0.0
1313

1414
# Testing framework
15-
pytest==7.2.0
15+
pytest==7.3.1
1616

1717
# NTRU library for quantum-resistant cryptography
1818
ntru==0.1.0 # Ensure to check for the latest version or specific version you need
1919

2020
# Additional libraries for data visualization (optional)
21-
matplotlib==3.6.0 # For plotting and visualizing data
22-
seaborn==0.12.0 # For statistical data visualization
21+
matplotlib==3.7.1 # For plotting and visualizing data
22+
seaborn==0.12.2 # For statistical data visualization
2323

2424
# Optional: dotenv for environment variable management
25-
python-dotenv==0.20.0 # For loading environment variables from a .env file
25+
python-dotenv==0.21.0 # For loading environment variables from a .env file
26+
27+
# Additional libraries for enhanced functionality
28+
requests==2.31.0 # For making HTTP requests
29+
cryptography==39.0.1 # For secure data handling and encryption

0 commit comments

Comments
 (0)