File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Faker==4.18.0
66ImageHash==4.2.0
77MechanicalSoup==0.12.0
88PyMySQL==0.10.1
9- adanet==0.9.0
109addict==2.4.0
1110albumentations==0.5.2
1211altair==4.1.0
@@ -195,8 +194,9 @@ thinc==7.4.3
195194tinydb==4.3.0
196195tokenizers==0.9.4
197196torch-geometric==1.6.3
198- torchaudio==0.7.0
199197torchsummary==1.5.1
198+ torchvision==0.8.2
199+ torchaudio==0.7.2
200200torchtext==0.8.0
201201tpot==0.11.6.post2
202202transformers==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
Original file line number Diff line number Diff line change 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
78intel-tensorflow==2.3.0 # TensorFlow is an open source machine learning framework for everyone.
89xgboost==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
1010statsmodels==0.12.1 # Statistical modeling and econometrics in Python
1111mxnet-mkl==1.6.0 # MXNet is an ultra-scalable deep learning framework. This version uses MKLDNN.
1212networkx==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
3535prometheus-client==0.9.0 # Python client for the Prometheus monitoring system.
3636typer==0.3.2 # Typer, build great CLIs. Easy to code. Based on Python type hints.
3737numba==0.52.0 # Compiling Python code using LLVM
38- numexpr==2.7.1 # Fast numerical expression evaluator for NumPy
3938python-language-server==0.36.1 # Python Language Server for the Language Server Protocol
4039pyls-mypy==0.1.8 # Mypy linter for the Python Language Server
4140pyls-isort==0.2.0 # Isort plugin for python-language-server
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ colorama==0.4.4 # Cross-platform colored terminal text.
5252cffi==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
5556tox==3.20.1 # tox is a generic virtualenv management and test command line tool
5657pipenv==2020.11.15 # Python Development Workflow for Humans.
5758poetry==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
8384tensorboard==2.3.0 # TensorBoard lets you watch Tensors Flow
84- scipy==1.5.4 # SciPy: Scientific Library for Python
8585
8686## Glances
8787psutil==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
9797jupytext==1.7.1 # Jupyter notebooks as Markdown documents, Julia, Python or R scripts
9898nbresuse==0.4.0 # Simple Jupyter extension to show how much resources (RAM) your notebook is using
9999ipympl==0.5.8 # Matplotlib Jupyter Extension
You can’t perform that action at this time.
0 commit comments