Skip to content

Commit

Permalink
Update dependencies in Pipfile/Pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
hagau committed May 29, 2024
1 parent 1ccf20b commit b3bb6ba
Show file tree
Hide file tree
Showing 2 changed files with 1,417 additions and 2,612 deletions.
71 changes: 35 additions & 36 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,44 +1,43 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pylint = "*"
autopep8 = "*"
wrapt = "*"
typed-ast = "*"
rope = "*"
pycodestyle = "*"
mccabe = "*"
lazy-object-proxy = "*"
isort = "*"
astroid = "*"
mypy = "*"
name = "pypi"

[packages]
matplotlib = "*"
numpy = "*"
jsonpickle = "*"
ujson = "*"
pandas = "*"
SQLAlchemy = "*"
seaborn = "*"
sphinx = "*"
numpydoc = "*"
sphinx-rtd-theme = "*"
recommonmark = "*"
jupyterlab = "*"
ipympl = "*"
tabulate = "*"
bottleneck = "*"
numexpr = "*"
pyarrow = "*"
tables = "*"
dask-jobqueue = "*"
dask-labextension = "*"
dask = {extras = ["complete"], version = "*"}
graphviz = "*"
matplotlib = ">=3.8.2"
numpy = "==1.26.4"
jsonpickle = "==3.0.4"
ujson = "==5.10.0"
pandas = "==2.2.2"
scipy = ">=1.8.1"
sqlalchemy = "==2.0.30"
seaborn = "==0.13.2"
sphinx = "==7.3.7"
numpydoc = "==1.7.0"
sphinx-rtd-theme = "==2.0.0"
recommonmark = "==0.7.1"
tabulate = "==0.9.0"
bottleneck = "==1.3.8"
numexpr = "==2.10.0"
pyarrow = "==16.1.0"
dask = "==2023.8.1"
dask-jobqueue = "==0.8.5"
distributed = "==2023.8.1"
graphviz = ">=0.20.1"

[dev-packages]
pylint = "==3.2.2"
autopep8 = "==2.1.2"
wrapt = "==1.16.0"
typed-ast = "==1.5.5"
rope = "==1.13.0"
pycodestyle = "==2.11.1"
mccabe = "==0.7.0"
lazy-object-proxy = "==1.10.0"
isort = "==5.13.2"
mypy = "==1.10.0"
mypy-extensions = "==1.0.0"
autoflake = "==2.3.1"

[requires]
python_version = "3.10"
Loading

0 comments on commit b3bb6ba

Please sign in to comment.