Skip to content

Commit

Permalink
upgraded dask requirement to avoid security vulnerability (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Alberto <alberto.rivas@seeq.com>
  • Loading branch information
monstrorivas and monstrorivas authored Nov 2, 2021
1 parent 9fc67ca commit 05e29c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ run `developer_notebook.ipynb` notebook there.

# Changelog

The change log can be found [**here**](https://seeq12.github.io/seeq-correlation/changelog.html)
The changelog can be found [**here**](https://seeq12.github.io/seeq-correlation/changelog.html)


----
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dask[complete]==2021.3.0
dask[complete]>=2021.10.0
ipython==7.21.0
ipyvuetify==1.6.2
ipywidgets==7.6.3
Expand Down
2 changes: 1 addition & 1 deletion seeq/addons/correlation/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
zip_safe=False,
install_requires=[
'dask[complete]>=2.18.1',
'dask[complete]>=2021.10.0',
'ipyvuetify>=1.5.1',
'matplotlib>=3.1.3',
'memoization>=0.2.2',
Expand All @@ -53,7 +53,7 @@
],
classifiers=[
"Programming Language :: Python :: 3.7",
# "License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
python_requires='>=3.7',
Expand Down

0 comments on commit 05e29c8

Please sign in to comment.