We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6059662 commit 9e2994bCopy full SHA for 9e2994b
requirements.txt
@@ -11,29 +11,21 @@ seaborn==0.11.2
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
+requests==2.31.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
+notebook==6.4.10
33
ipywidgets==7.6.5
34
35
# Outras bibliotecas úteis
36
-joblib==1.1.0
+joblib==1.2.0
37
38
39
0 commit comments