-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #345 from MindfulAI-Copilots-Bots/FabianaCampanari…
…-patch-1 requirements.txt
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
|
||
# Bibliotecas para manipulação de dados | ||
numpy==1.22.0 | ||
pandas==1.3.3 | ||
|
||
# Bibliotecas para visualização de dados | ||
matplotlib==3.4.3 | ||
seaborn==0.11.2 | ||
|
||
# Bibliotecas para análise de dados | ||
scipy==1.11.1 | ||
scikit-learn==1.0.1 | ||
|
||
# Bibliotecas para machine learning | ||
tensorflow==2.11.1 | ||
keras==2.6 | ||
|
||
# Bibliotecas para processamento de linguagem natural | ||
nltk==3.6.6 | ||
spacy==3.1. | ||
|
||
# Bibliotecas para web scraping | ||
beautifulsoup4==4.10.0 | ||
requests==2.26.0 | ||
|
||
# Bibliotecas para trabalhar com bancos de dados | ||
sqlalchemy==1.4.23 | ||
psycopg2-binary==2.9.1 | ||
|
||
# Bibliotecas para Jupyter Notebook | ||
jupyter==1.0.0 | ||
notebook==6.4.4 | ||
ipywidgets==7.6.5 | ||
|
||
# Outras bibliotecas úteis | ||
joblib==1.1.0 | ||
|
||
|
||
|
||
|
||
|