Skip to content

Commit 7ebaee6

Browse files
authored
Update requirements.txt
1 parent 00a3a33 commit 7ebaee6

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

requirements.txt

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
numpy
2-
pandas
3-
scikit-learn
4-
joblib
5-
pyyaml
6-
web3
7-
solcx
8-
pytest
9-
ntru # Add the NTRU library for quantum-resistant cryptography
1+
# Core libraries for data manipulation and machine learning
2+
numpy==1.23.5
3+
pandas==1.5.3
4+
scikit-learn==1.2.0
5+
joblib==1.2.0
6+
7+
# YAML parsing
8+
pyyaml==6.0
9+
10+
# Web3 and smart contract interaction
11+
web3==5.31.0
12+
solcx==1.0.0
13+
14+
# Testing framework
15+
pytest==7.2.0
16+
17+
# NTRU library for quantum-resistant cryptography
18+
ntru==0.1.0 # Ensure to check for the latest version or specific version you need

0 commit comments

Comments
 (0)