Skip to content

Commit

Permalink
Create requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 5, 2024
1 parent 155aec6 commit d3a81d2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Python dependencies
python==3.9.5
numpy==1.21.2
pandas==1.3.5
matplotlib==3.5.1
scikit-learn==1.0.2
joblib==1.1.0

# Web3 dependencies
web3==5.24.0
eth-sig-util==1.3.2

# Docker dependencies
docker==20.10.7
docker-compose==1.29.2

# Kubernetes dependencies
kubernetes==12.0.1

0 comments on commit d3a81d2

Please sign in to comment.