We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0453a7c commit e0f4608Copy full SHA for e0f4608
requirements.txt
@@ -3,4 +3,4 @@ pandas>=1.2.5
3
numpy>=1.19.0
4
plotly>=4.14.3
5
ipywidgets>=7.6.2
6
-JPSLUtils>=0.5.3
+JPSLUtils>=0.5.8
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
7
name="jupyter_Pandas_GUI",
8
- version="0.6.0rc1",
+ version="0.6.0",
9
description="Pandas expression composers using Jupyter widgets.",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
@@ -24,7 +24,7 @@
24
'numpy>=1.19.0',
25
'plotly>=5.5.0',
26
'ipywidgets>=7.6.2',
27
- 'JPSLUtils>=0.5.3',
+ 'JPSLUtils>=0.5.8',
28
'lmfit>=1.0.3',
29
'round-using-error>=1.1.1',
30
],
0 commit comments