Skip to content

Commit 3b59d7e

Browse files
Merge pull request #110 from Quantum-Software-Development/main
up
2 parents 3985a85 + 4d8aa3a commit 3b59d7e

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

requirements.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+

0 commit comments

Comments
 (0)