kalininalab / DataSAIL

DataSAIL is a tool to split datasets while reducing information leakage.
https://datasail.readthedocs.io
MIT License
18 stars 1 forks source link

Not installable for certain python versions #24

Closed Old-Shatterhand closed 6 months ago

Old-Shatterhand commented 7 months ago

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

Old-Shatterhand commented 6 months ago

Solved in push 0e68b0d, will be available from >v1.0.1 onwards.