Skip to content

Commit bd09697

Browse files
committed
Update requirements
1 parent 2d81ef4 commit bd09697

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

resources/libraries/requirements-full.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Faker==4.18.0
66
ImageHash==4.2.0
77
MechanicalSoup==0.12.0
88
PyMySQL==0.10.1
9-
adanet==0.9.0
109
addict==2.4.0
1110
albumentations==0.5.2
1211
altair==4.1.0
@@ -195,8 +194,9 @@ thinc==7.4.3
195194
tinydb==4.3.0
196195
tokenizers==0.9.4
197196
torch-geometric==1.6.3
198-
torchaudio==0.7.0
199197
torchsummary==1.5.1
198+
torchvision==0.8.2
199+
torchaudio==0.7.2
200200
torchtext==0.8.0
201201
tpot==0.11.6.post2
202202
transformers==4.0.0
@@ -240,3 +240,4 @@ widgetsnbextension==3.5.1
240240
# Move to google utils: pandas-gbq==0.13.0
241241
# too big tensorflow-probability==0.9.0
242242
# out of date: records==0.5.3
243+
# adanet==0.9.0 -> too many pinned dependencies

resources/libraries/requirements-light.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# pytorch is installed via conda
55
# TODO: 2.3.1 version uses tensorboard 2.4.0 with bug with relativ pathes
66
# keras: comes preinstalled with tenserflow 2.x
7+
# scikit-learn installed via conda
78
intel-tensorflow==2.3.0 # TensorFlow is an open source machine learning framework for everyone.
89
xgboost==1.2.1 # Scalable, Portable and Distributed Gradient Boosting
9-
scikit-learn==0.23.2 # A set of python modules for machine learning and data mining
1010
statsmodels==0.12.1 # Statistical modeling and econometrics in Python
1111
mxnet-mkl==1.6.0 # MXNet is an ultra-scalable deep learning framework. This version uses MKLDNN.
1212
networkx==2.5 # Python package for creating and manipulating graphs and networks
@@ -35,7 +35,6 @@ networkx==2.5 # Python package for creating and manipulating graphs and networks
3535
prometheus-client==0.9.0 # Python client for the Prometheus monitoring system.
3636
typer==0.3.2 # Typer, build great CLIs. Easy to code. Based on Python type hints.
3737
numba==0.52.0 # Compiling Python code using LLVM
38-
numexpr==2.7.1 # Fast numerical expression evaluator for NumPy
3938
python-language-server==0.36.1 # Python Language Server for the Language Server Protocol
4039
pyls-mypy==0.1.8 # Mypy linter for the Python Language Server
4140
pyls-isort==0.2.0 # Isort plugin for python-language-server

resources/libraries/requirements-minimal.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ colorama==0.4.4 # Cross-platform colored terminal text.
5252
cffi==1.14.4 # Foreign Function Interface for Python calling C code.
5353

5454
# Development Helper
55+
twine==3.2.0 # Collection of utilities for publishing packages on PyPI
5556
tox==3.20.1 # tox is a generic virtualenv management and test command line tool
5657
pipenv==2020.11.15 # Python Development Workflow for Humans.
5758
poetry==1.1.4 # Python dependency management and packaging made easy
@@ -81,7 +82,6 @@ uvicorn==0.12.3 # The lightning-fast ASGI server.
8182
# ML libraries
8283
# TODO: tensorboard 2.4.0 introduces problem with relativ paths: https://github.com/tensorflow/tensorboard/issues/4421
8384
tensorboard==2.3.0 # TensorBoard lets you watch Tensors Flow
84-
scipy==1.5.4 # SciPy: Scientific Library for Python
8585

8686
## Glances
8787
psutil==5.7.3 # Cross-platform lib for process and system monitoring in Python.
@@ -93,7 +93,7 @@ pymdstat==0.4.2 # Python library to parse Linux /proc/mdstat
9393

9494
## Jupyter
9595
# Via conda: ipython notebook jupyterlab
96-
ipykernel==5.3.4 # IPython Kernel for Jupyter
96+
ipykernel==5.4.0 # IPython Kernel for Jupyter
9797
jupytext==1.7.1 # Jupyter notebooks as Markdown documents, Julia, Python or R scripts
9898
nbresuse==0.4.0 # Simple Jupyter extension to show how much resources (RAM) your notebook is using
9999
ipympl==0.5.8 # Matplotlib Jupyter Extension

0 commit comments

Comments
 (0)