5
5
# TODO: 2.3.1 version uses tensorboard 2.4.0 with bug with relativ pathes
6
6
# keras: comes preinstalled with tenserflow 2.x
7
7
# scikit-learn installed via conda
8
- intel-tensorflow==2.3 .0 # TensorFlow is an open source machine learning framework for everyone.
9
- xgboost==1.3.3 # Scalable, Portable and Distributed Gradient Boosting
8
+ intel-tensorflow==2.5 .0 # TensorFlow is an open source machine learning framework for everyone.
9
+ xgboost==1.4.2 # Scalable, Portable and Distributed Gradient Boosting
10
10
statsmodels==0.12.2 # Statistical modeling and econometrics in Python
11
11
mxnet-mkl==1.6.0 # MXNet is an ultra-scalable deep learning framework. This version uses MKLDNN.
12
- networkx==2.5 # Python package for creating and manipulating graphs and networks
12
+ networkx==2.5.1 # Python package for creating and manipulating graphs and networks
13
13
14
14
## NLP
15
15
spacy==3.0.6 # Industrial-strength Natural Language Processing (NLP) with Python and Cython
16
- nltk==3.5 # Natural Language Toolkit
16
+ nltk==3.6.2 # Natural Language Toolkit
17
17
fasttext==0.9.2 # fasttext Python bindings, a library for efficient learning of word representations and sentence classification.
18
18
beautifulsoup4==4.9.3 # Beautiful Soup is a library that makes it easy to scrape information from web pages.
19
- soupsieve==2.2 # A modern CSS selector implementation for Beautiful Soup.
19
+ soupsieve==2.2.1 # A modern CSS selector implementation for Beautiful Soup.
20
20
21
21
# Images
22
22
opencv-python-headless==4.5.1.48 # Wrapper package for OpenCV python bindings.
@@ -26,21 +26,21 @@ scikit-image==0.18.1 # Image processing routines for SciPy - version 0.14.1 is n
26
26
## Jupyter
27
27
ipywidgets==7.6.3 # IPython HTML widgets for Jupyter
28
28
widgetsnbextension==3.5.1 # IPython HTML widgets for Jupyter
29
- tensorboardX==2.1 # TensorBoardX lets you watch Tensors Flow without Tensorflow
30
- pandas-profiling==2.11 .0 # Generate profile report for pandas DataFrame
29
+ tensorboardX==2.3 # TensorBoardX lets you watch Tensors Flow without Tensorflow
30
+ pandas-profiling==2.13 .0 # Generate profile report for pandas DataFrame
31
31
32
32
## Others
33
- pymongo==3.11.3 # Mongo Client
33
+ pymongo==3.11.4 # Mongo Client
34
34
fire==0.4.0 # A library for automatically generating command line interfaces.
35
35
patsy==0.5.1 # A Python package for describing statistical models and for building design matrices.
36
- boto3==1.17.26 # The AWS SDK for Python
36
+ boto3==1.17.101 # The AWS SDK for Python
37
37
better-exceptions==0.3.3 # Pretty and helpful exceptions, automatically
38
- pretty-errors==1.2.19 # Prettifies Python exception output to make it legible.
39
- networkx==2.5 # Python package for creating and manipulating graphs and networks
40
- prometheus-client==0.9 .0 # Python client for the Prometheus monitoring system.
38
+ pretty-errors==1.2.22 # Prettifies Python exception output to make it legible.
39
+ networkx==2.5.1 # Python package for creating and manipulating graphs and networks
40
+ prometheus-client==0.11 .0 # Python client for the Prometheus monitoring system.
41
41
typer==0.3.2 # Typer, build great CLIs. Easy to code. Based on Python type hints.
42
- numba==0.53.0 # Compiling Python code using LLVM
42
+ numba==0.53.1 # Compiling Python code using LLVM
43
43
python-language-server==0.36.2 # Python Language Server for the Language Server Protocol
44
44
pyls-mypy==0.1.8 # Mypy linter for the Python Language Server
45
- pyls-isort==0.2.0 # Isort plugin for python-language-server
46
- pyls-black==0.4.6 # Black plugin for the Python Language Server
45
+ pyls-isort==0.2.2 # Isort plugin for python-language-server
46
+ pyls-black==0.4.7 # Black plugin for the Python Language Server
0 commit comments