Skip to content

Commit 85ac383

Browse files
Merge pull request #415 from FabianaCampanari/FabianaCampanari-patch-1
requirements.txt
2 parents cdbc139 + dfb72b4 commit 85ac383

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

requirements.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
# Bibliotecas para manipulação de dados
3+
numpy==1.22.0
4+
pandas==1.3.3
5+
6+
# Bibliotecas para visualização de dados
7+
matplotlib==3.4.3
8+
seaborn==0.11.2
9+
10+
# Bibliotecas para análise de dados
11+
scipy==1.11.1
12+
scikit-learn==1.0.1
13+
14+
# Bibliotecas para machine learning
15+
tensorflow==2.11.1
16+
keras==2.6
17+
18+
# Bibliotecas para processamento de linguagem natural
19+
nltk==3.6.6
20+
spacy==3.1.
21+
22+
# Bibliotecas para web scraping
23+
beautifulsoup4==4.10.0
24+
requests==2.26.0
25+
26+
# Bibliotecas para trabalhar com bancos de dados
27+
sqlalchemy==1.4.23
28+
psycopg2-binary==2.9.1
29+
30+
# Bibliotecas para Jupyter Notebook
31+
jupyter==1.0.0
32+
notebook==6.4.4
33+
ipywidgets==7.6.5
34+
35+
# Outras bibliotecas úteis
36+
joblib==1.1.0
37+
38+
39+
40+
41+

0 commit comments

Comments
 (0)