Skip to content

Commit 0a4750e

Browse files
committed
Update light requirements
1 parent e33b9bb commit 0a4750e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

resources/libraries/requirements-light.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
# TODO: 2.3.1 version uses tensorboard 2.4.0 with bug with relativ pathes
66
# keras: comes preinstalled with tenserflow 2.x
77
# 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
1010
statsmodels==0.12.2 # Statistical modeling and econometrics in Python
1111
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
1313

1414
## NLP
1515
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
1717
fasttext==0.9.2 # fasttext Python bindings, a library for efficient learning of word representations and sentence classification.
1818
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.
2020

2121
# Images
2222
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
2626
## Jupyter
2727
ipywidgets==7.6.3 # IPython HTML widgets for Jupyter
2828
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
3131

3232
## Others
33-
pymongo==3.11.3 # Mongo Client
33+
pymongo==3.11.4 # Mongo Client
3434
fire==0.4.0 # A library for automatically generating command line interfaces.
3535
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
3737
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.
4141
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
4343
python-language-server==0.36.2 # Python Language Server for the Language Server Protocol
4444
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

Comments
 (0)