We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a3a33 commit 7ebaee6Copy full SHA for 7ebaee6
requirements.txt
@@ -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
+# Core libraries for data manipulation and machine learning
+numpy==1.23.5
+pandas==1.5.3
+scikit-learn==1.2.0
+joblib==1.2.0
+
+# YAML parsing
+pyyaml==6.0
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