Skip to content

Commit

Permalink
0.6.0 updates to required versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gutow committed Mar 14, 2022
1 parent 0453a7c commit e0f4608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pandas>=1.2.5
numpy>=1.19.0
plotly>=4.14.3
ipywidgets>=7.6.2
JPSLUtils>=0.5.3
JPSLUtils>=0.5.8
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="jupyter_Pandas_GUI",
version="0.6.0rc1",
version="0.6.0",
description="Pandas expression composers using Jupyter widgets.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -24,7 +24,7 @@
'numpy>=1.19.0',
'plotly>=5.5.0',
'ipywidgets>=7.6.2',
'JPSLUtils>=0.5.3',
'JPSLUtils>=0.5.8',
'lmfit>=1.0.3',
'round-using-error>=1.1.1',
],
Expand Down

0 comments on commit e0f4608

Please sign in to comment.