3
3
## Basics
4
4
# numpy Installed via conda
5
5
Cython==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
7
7
matplotlib==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.
11
10
idna==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
13
12
attrs==20.3.0 # Classes Without Boilerplate
14
13
six==1.15.0 # Python 2 and 3 compatibility utilities
15
14
future==0.18.2 # Clean single-source support for Python 3 and 2
16
15
python-dateutil==2.8.1 # Extensions to the standard Python datetime module
17
16
PyYAML==5.3.1 # YAML parser and emitter for Python
18
17
joblib==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)
20
19
# NOTE: yarl version 1.5 is required for lots of libraries
21
20
yarl==1.5.1 # Yet another URL library
22
21
pyzmq==20.0.0 # Python bindings for 0MQ
@@ -27,12 +26,12 @@ protobuf==3.14.0 # Protocol Buffers
27
26
## Utilities
28
27
httpie==2.3.0 # HTTPie - a CLI, cURL-like tool for humans.
29
28
cloudpickle==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.
31
30
msgpack-numpy==0.4.7.1 # Numpy data serialization using msgpack
32
31
cysignals==1.10.2 # Interrupt and signal handling for Cython
33
32
h5py==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
36
35
sortedcontainers==2.3.0 # Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
37
36
simplejson==3.17.2 # Simple, fast, extensible JSON encoder/decoder for Python
38
37
Pygments==2.7.3 # Pygments is a syntax highlighting package written in Python.
@@ -47,44 +46,44 @@ jmespath==0.10.0 # JSON Matching Expressions
47
46
dill==0.3.3 # Serialize all of python
48
47
imageio==2.9.0 # Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
49
48
pyparsing==2.4.7 # Python parsing module
50
- graphviz==0.15 # Simple Python interface for Graphviz
49
+ graphviz==0.16 # Simple Python interface for Graphviz
51
50
colorama==0.4.4 # Cross-platform colored terminal text.
52
51
cffi==1.14.4 # Foreign Function Interface for Python calling C code.
53
52
54
53
# 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
57
56
pipenv==2020.11.15 # Python Development Workflow for Humans.
58
57
poetry==1.1.4 # Python dependency management and packaging made easy
59
58
virtualenv==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
61
60
autopep8==1.5.4 # A tool that automatically formats Python code to conform to the PEP 8 style guide
62
61
flake8==3.8.4 # The modular source code checker: pep8, pyflakes and co
63
62
black==20.8b1 # The uncompromising code formatter.
64
63
pylint==2.6.0 # python code static checker
65
64
pycodestyle==2.6.0 # Python style guide checker
66
65
pydocstyle==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.
70
69
virtualenvwrapper==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.
73
72
pipreqs==0.4.10 # Pip requirements.txt generator based on imports in project
74
73
mypy==0.790 # Static type checker
75
74
76
75
# Web Frameworks
77
76
tornado==6.1 # Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
78
77
flask==1.1.2 # A simple framework for building complex web applications.
79
78
gunicorn==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.
81
80
82
81
# ML libraries
83
82
# TODO: tensorboard 2.4.0 introduces problem with relativ paths: https://github.com/tensorflow/tensorboard/issues/4421
84
83
tensorboard==2.3.0 # TensorBoard lets you watch Tensors Flow
85
84
86
85
## 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.
88
87
bottle==0.12.19 # Fast and simple WSGI-framework for small web-applications.
89
88
netifaces==0.10.9 # Portable network interface information.
90
89
py-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
93
92
94
93
## Jupyter
95
94
# 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
98
97
nbresuse==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
101
100
remote_ikernel==0.4.6 # Running IPython kernels through batch queues
102
101
jupyter_contrib_nbextensions==0.5.1 # A collection of Jupyter nbextensions.
103
102
jupyter_nbextensions_configurator==0.4.1 # jupyter serverextension providing configuration interfaces for nbextensions.
0 commit comments