Skip to content

Commit fe49788

Browse files
Create requirements.txt with necessary packages
Add essential Python packages for data analysis and testing.
1 parent f32d222 commit fe49788

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

requirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# requirements.txt
2+
numpy
3+
scipy
4+
matplotlib
5+
scikit-learn
6+
sympy
7+
pytest
8+
flake8
9+
pytest-cov
10+
# optionals (ekstra analiz/plot paketleri)
11+
plotly
12+
pillow

0 commit comments

Comments
 (0)