marrlab / DomainLab

modular domain generalization: https://pypi.org/project/domainlab/
https://marrlab.github.io/DomainLab/
MIT License
42 stars 2 forks source link

dependency snakemake broken #744

Closed smilesun closed 8 months ago

smilesun commented 8 months ago

https://github.com/marrlab/DomainLab/pull/741

on python 3.9, we had some problem with snakemake since the latest version for python 3.9 has a problem

see CI here https://github.com/marrlab/DomainLab/blob/master/.github/workflows/ci.yml

smilesun commented 8 months ago

previous version of snakemake is 7.32.4 https://github.com/marrlab/DomainLab/commit/6ff651c9be490838d1d43dc860fedcd1790735e8

smilesun commented 8 months ago

resolved after downgrading pulp in https://github.com/marrlab/DomainLab/pull/741 and 1d4ae1e