Describe the bug
For Python v3.11 and v3.12 DataSAIL-lite and DataSAIL cannot be installed because of pysciptopt. DataSAIL requires pyscipopt<4.0.0 (that's v3.5), but that version has no builds for Python v3.11 and newer.
To Reproduce
Create a conda env with python>3.11 or newer and try to install DataSAIL or DataSAIL-lite with mamba install -c conda-forge -c bioconda -c kalininalab datasail.
Expected behavior
It should be installable, please check the pyscipopt<4.0.0 requirement.
Environment (please complete the following information):
OS: All platforms
DataSAIL Version: datasail v1.0.0 and datasail-lite v1.0.0
Describe the bug For Python v3.11 and v3.12 DataSAIL-lite and DataSAIL cannot be installed because of pysciptopt. DataSAIL requires pyscipopt<4.0.0 (that's v3.5), but that version has no builds for Python v3.11 and newer.
To Reproduce Create a conda env with python>3.11 or newer and try to install DataSAIL or DataSAIL-lite with
mamba install -c conda-forge -c bioconda -c kalininalab datasail
.Expected behavior It should be installable, please check the pyscipopt<4.0.0 requirement.
Environment (please complete the following information):
Additional context None