gravelLab / tracts

A set of tools for modelling ancestry patterns along the genome.
GNU General Public License v2.0
22 stars 14 forks source link

Set setuptools version to 68.2.2 to fix installation issue #34

Closed gonzalez-delgado closed 6 months ago

gonzalez-delgado commented 6 months ago

Replace requires = ["setuptools>=61.0"] by requires = ["setuptools==68.2.2"] in pyproject.toml to fix the installation issue described here.