Skip to content

Commit 80251c6

Browse files
authored
Create requirements.txt
1 parent a88e72f commit 80251c6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

requirements.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Data manipulation and analysis
2+
pandas==1.5.3
3+
numpy==1.23.5
4+
5+
# Machine learning and deep learning
6+
tensorflow==2.11.0
7+
scikit-learn==1.1.3
8+
9+
# Blockchain interaction
10+
web3==5.31.0
11+
12+
# Data visualization (optional, for exploratory data analysis)
13+
matplotlib==3.6.2
14+
seaborn==0.11.2
15+
16+
# Jupyter Notebook (for notebooks)
17+
jupyter==1.0.0
18+
19+
# Logging and configuration management
20+
python-dotenv==0.20.0
21+
22+
# Testing
23+
pytest==7.2.0

0 commit comments

Comments
 (0)