Skip to content

Commit e0f4608

Browse files
committed
0.6.0 updates to required versions
1 parent 0453a7c commit e0f4608

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pandas>=1.2.5
33
numpy>=1.19.0
44
plotly>=4.14.3
55
ipywidgets>=7.6.2
6-
JPSLUtils>=0.5.3
6+
JPSLUtils>=0.5.8

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="jupyter_Pandas_GUI",
8-
version="0.6.0rc1",
8+
version="0.6.0",
99
description="Pandas expression composers using Jupyter widgets.",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -24,7 +24,7 @@
2424
'numpy>=1.19.0',
2525
'plotly>=5.5.0',
2626
'ipywidgets>=7.6.2',
27-
'JPSLUtils>=0.5.3',
27+
'JPSLUtils>=0.5.8',
2828
'lmfit>=1.0.3',
2929
'round-using-error>=1.1.1',
3030
],

0 commit comments

Comments
 (0)