1. 20 Dec, 2022 27 commits
  2. 18 Dec, 2022 1 commit
  3. 16 Dec, 2022 4 commits
    • Thomas Gambier's avatar
      stack/erp5: fix numpy and scipy versions · 0baefb41
      Thomas Gambier authored
      This is a fixup of 431eed50
      0baefb41
    • lu.xu's avatar
      slapos/ors-amarisoft: md5sum update · b38e89d2
      lu.xu authored
      b38e89d2
    • Thomas Gambier's avatar
      stack/erp5: fix pandas version in erp5 · ca5ba490
      Thomas Gambier authored
      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
      ca5ba490
    • lu.xu's avatar
      8eb40f83
  4. 15 Dec, 2022 8 commits