File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+
2+
3+ {
4+ "name" : " demo-repo" ,
5+ "version" : " 0.2.0" ,
6+ "description" : " A sample package.json" ,
7+ "dependencies" : {
8+ "@primer/css" : " 21.1.1"
9+ },
10+ "license" : " MIT"
11+ }
Original file line number Diff line number Diff line change 1+
2+
3+
4+
5+ # Framework Web Application:
6+
7+ streamlit == 1.48.0
8+ Django == 5.1.7
9+
10+
11+ # Data Manipulation Libraries:
12+ numpy == 2.2.3
13+ pandas == 2.3.1
14+
15+ # Data Visualization Libraries:
16+ matplotlib == 3.10.1
17+ seaborn == 0.13.2
18+
19+ # Data Analysis Libraries:
20+ scipy == 1.15.2
21+ scikit-learn == 1.6.1
22+
23+ # Machine Learning Libraries:
24+ tensorflow == 2.19.0
25+ keras == 3.10.0
26+ tensorflow == 2.19.0
27+ keras == 3.10.0
28+
29+
30+ # Natural Language Processing Libraries:
31+ nltk == 3.9.1
32+ spacy == 3.8.7
33+
34+ # Web Scraping Libraries:
35+ beautifulsoup4 == 4.13.4
36+ requests == 2.32.4
37+
38+ # Database Libraries:
39+ sqlalchemy == 2.0.42
40+ psycopg2-binary == 2.9.10
41+
42+ # Jupyter Notebook Libraries:
43+ jupyter == 1.1.1
44+ notebook == 7.4.5
45+ ipywidgets == 8.1.7
46+
47+ # Other Useful Libraries:
48+ joblib == 1.5.1
49+
You can’t perform that action at this time.
0 commit comments