File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 11# Core libraries for data manipulation and machine learning
2- numpy == 1.23.5
2+ numpy == 1.24.3
33pandas == 1.5.3
4- scikit-learn == 1.2.0
4+ scikit-learn == 1.2.2
55joblib == 1.2.0
66
77# YAML parsing
88pyyaml == 6.0
99
1010# Web3 and smart contract interaction
11- web3 == 5.31 .0
11+ web3 == 5.32 .0
1212solcx == 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
1818ntru == 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
You can’t perform that action at this time.
0 commit comments