33## Basics
44# numpy Installed via conda
55Cython==0.29.21 # The Cython compiler for writing C extensions for the Python language.
6- tqdm==4.54.1 # Fast, Extensible Progress Meter
6+ tqdm==4.55.2 # Fast, Extensible Progress Meter
77matplotlib==3.3.3 # Python plotting package
8- requests==2.25.0 # Python HTTP for Humans.
9- # NOTE: use
10- urllib3==1.25.11 # HTTP library with thread-safe connection pooling, file post, and more.
8+ requests==2.25.1 # Python HTTP for Humans.
9+ urllib3==1.26.2 # HTTP library with thread-safe connection pooling, file post, and more.
1110idna==2.10 # Internationalized Domain Names in Applications (IDNA)
12- pandas==1.1.5 # Powerful data structures for data analysis, time series, and statistics
11+ pandas==1.2.0 # Powerful data structures for data analysis, time series, and statistics
1312attrs==20.3.0 # Classes Without Boilerplate
1413six==1.15.0 # Python 2 and 3 compatibility utilities
1514future==0.18.2 # Clean single-source support for Python 3 and 2
1615python-dateutil==2.8.1 # Extensions to the standard Python datetime module
1716PyYAML==5.3.1 # YAML parser and emitter for Python
1817joblib==0.17.0 # Lightweight pipelining: using Python functions as pipeline jobs.
19- Pillow==8.0.1 # Python Imaging Library (Fork)
18+ Pillow==8.1.0 # Python Imaging Library (Fork)
2019# NOTE: yarl version 1.5 is required for lots of libraries
2120yarl==1.5.1 # Yet another URL library
2221pyzmq==20.0.0 # Python bindings for 0MQ
@@ -27,12 +26,12 @@ protobuf==3.14.0 # Protocol Buffers
2726## Utilities
2827httpie==2.3.0 # HTTPie - a CLI, cURL-like tool for humans.
2928cloudpickle==1.6.0 # Extended pickling support for Python objects
30- msgpack==1.0.0 # MessagePack (de)serializer.
29+ msgpack==1.0.2 # MessagePack (de)serializer.
3130msgpack-numpy==0.4.7.1 # Numpy data serialization using msgpack
3231cysignals==1.10.2 # Interrupt and signal handling for Cython
3332h5py==3.1.0 # Read and write HDF5 files from Python
34- seaborn==0.11.0 # Python visualization library based on matplotlib - Basic
35- SQLAlchemy==1.3.20 # Database Abstraction Library
33+ seaborn==0.11.1 # Python visualization library based on matplotlib - Basic
34+ SQLAlchemy==1.3.22 # Database Abstraction Library
3635sortedcontainers==2.3.0 # Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
3736simplejson==3.17.2 # Simple, fast, extensible JSON encoder/decoder for Python
3837Pygments==2.7.3 # Pygments is a syntax highlighting package written in Python.
@@ -47,44 +46,44 @@ jmespath==0.10.0 # JSON Matching Expressions
4746dill==0.3.3 # Serialize all of python
4847imageio==2.9.0 # Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
4948pyparsing==2.4.7 # Python parsing module
50- graphviz==0.15 # Simple Python interface for Graphviz
49+ graphviz==0.16 # Simple Python interface for Graphviz
5150colorama==0.4.4 # Cross-platform colored terminal text.
5251cffi==1.14.4 # Foreign Function Interface for Python calling C code.
5352
5453# Development Helper
55- twine==3.2 .0 # Collection of utilities for publishing packages on PyPI
56- tox==3.20.1 # tox is a generic virtualenv management and test command line tool
54+ twine==3.3 .0 # Collection of utilities for publishing packages on PyPI
55+ tox==3.21.0 # tox is a generic virtualenv management and test command line tool
5756pipenv==2020.11.15 # Python Development Workflow for Humans.
5857poetry==1.1.4 # Python dependency management and packaging made easy
5958virtualenv==20.2.2 # Virtual Python Environment builder
60- pytest==6.1.2 # pytest: simple powerful testing with Python
59+ pytest==6.2.1 # pytest: simple powerful testing with Python
6160autopep8==1.5.4 # A tool that automatically formats Python code to conform to the PEP 8 style guide
6261flake8==3.8.4 # The modular source code checker: pep8, pyflakes and co
6362black==20.8b1 # The uncompromising code formatter.
6463pylint==2.6.0 # python code static checker
6564pycodestyle==2.6.0 # Python style guide checker
6665pydocstyle==5.1.1 # Python docstring style checker
67- mock==4.0.2 # Rolling backport of unittest.mock for all Pythons
68- nox==2020.8.22 # Flexible test automation.
69- pip-tools==5.4 .0 # pip-tools keeps your pinned dependencies fresh.
66+ mock==4.0.3 # Rolling backport of unittest.mock for all Pythons
67+ nox==2020.12.31 # Flexible test automation.
68+ pip-tools==5.5 .0 # pip-tools keeps your pinned dependencies fresh.
7069virtualenvwrapper==4.8.4 # Enhancements to virtualenv
71- isort==5.6.4 # A Python utility / library to sort Python imports.
72- jedi==0.17.2 # An autocompletion tool for Python that can be used for text editors.
70+ isort==5.7.0 # A Python utility / library to sort Python imports.
71+ jedi==0.18.0 # An autocompletion tool for Python that can be used for text editors.
7372pipreqs==0.4.10 # Pip requirements.txt generator based on imports in project
7473mypy==0.790 # Static type checker
7574
7675# Web Frameworks
7776tornado==6.1 # Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
7877flask==1.1.2 # A simple framework for building complex web applications.
7978gunicorn==20.0.4 # WSGI HTTP Server for UNIX
80- uvicorn==0.12 .3 # The lightning-fast ASGI server.
79+ uvicorn==0.13 .3 # The lightning-fast ASGI server.
8180
8281# ML libraries
8382# TODO: tensorboard 2.4.0 introduces problem with relativ paths: https://github.com/tensorflow/tensorboard/issues/4421
8483tensorboard==2.3.0 # TensorBoard lets you watch Tensors Flow
8584
8685## Glances
87- psutil==5.7.3 # Cross-platform lib for process and system monitoring in Python.
86+ psutil==5.8.0 # Cross-platform lib for process and system monitoring in Python.
8887bottle==0.12.19 # Fast and simple WSGI-framework for small web-applications.
8988netifaces==0.10.9 # Portable network interface information.
9089py-cpuinfo==7.0.0 # Get CPU info with pure Python 2 & 3
@@ -93,11 +92,11 @@ pymdstat==0.4.2 # Python library to parse Linux /proc/mdstat
9392
9493## Jupyter
9594# Via conda: ipython notebook jupyterlab
96- ipykernel==5.4.0 # IPython Kernel for Jupyter
97- jupytext==1.7 .1 # Jupyter notebooks as Markdown documents, Julia, Python or R scripts
95+ ipykernel==5.4.2 # IPython Kernel for Jupyter
96+ jupytext==1.9 .1 # Jupyter notebooks as Markdown documents, Julia, Python or R scripts
9897nbresuse==0.4.0 # Simple Jupyter extension to show how much resources (RAM) your notebook is using
99- ipympl==0.5.8 # Matplotlib Jupyter Extension
100- jupyterhub==1.2.2 # JupyterHub: A multi-user server for Jupyter notebooks
98+ ipympl==0.6.2 # Matplotlib Jupyter Extension
99+ jupyterhub==1.3.0 # JupyterHub: A multi-user server for Jupyter notebooks
101100remote_ikernel==0.4.6 # Running IPython kernels through batch queues
102101jupyter_contrib_nbextensions==0.5.1 # A collection of Jupyter nbextensions.
103102jupyter_nbextensions_configurator==0.4.1 # jupyter serverextension providing configuration interfaces for nbextensions.
0 commit comments