stack/erp5: fix pandas version in erp5

The version of pandas was overwritten in
02fad6a8 but didn't work with python2.

Then the version was downgraded to 0.24.2 in
15569ea9 but ERP5 doesn't work with this
pandas version:
Traceback (most recent call last):
  File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/bin/runTestSuite", line 325, in <module>
    import Products.ERP5Type.tests.runTestSuite
  File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/parts/erp5/product/ERP5Type/__init__.py", line 92, in <module>
    from . import ZopePatch
  File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/parts/erp5/product/ERP5Type/ZopePatch.py", line 30, in <module>
    from Products.ERP5Type.patches import Restricted
  File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/parts/erp5/product/ERP5Type/patches/Restricted.py", line 491, in <module>
    allow_type(pd.indexes.range.RangeIndex)
AttributeError: 'module' object has no attribute 'indexes'

So reuse old version 0.19.2
14 jobs for master in 0 seconds
Status Job ID Name Coverage
  External
passed Cloudooo.UnitTest-Master

00:13:55

passed ERP5.StandaloneDeploymentScriptTest-Debian.Buster

00:29:40

passed SlapOS.Eggs.UnitTest-Master.Python2

00:13:55

passed SlapOS.Eggs.UnitTest-Master.Python3

00:14:49

passed SlapOS.KVM.ResilienceTest-Master

00:21:21

passed SlapOS.SlapRunner.ResilienceTest-Master

00:23:10

failed SlapOS.SlapRunner.ResilienceTest-Master.ERP5

01:34:14

passed Wendelin.StandaloneDeploymentScriptTest-Debian.Buster

00:31:45

passed SlapOS.Eggs.UnitTest-Master.Python2

00:13:01

passed SlapOS.Eggs.UnitTest-Master.Python2

00:12:34

passed SlapOS.Eggs.UnitTest-Master.Python3

00:14:14

passed SlapOS.Eggs.UnitTest-Master.Python3

00:16:07

passed SlapOS.SlapRunner.ResilienceTest-Master

00:22:26

passed SlapOS.SlapRunner.ResilienceTest-Master

00:23:36