You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I stumbled on an issue with tinynumpy when installing eppy with the need to build everything locally. Not sure whether and how much this will affect eppy's CI/CD, just thought it'd be useful to flag this out, given that tinynumpy seems to be idle in maintenance.
Specifically, tinynumpy uses dash ('description-file') in its setup.cfg, whereas setuptools starts raising errors for this since v78 (see pypa/setuptools#4870). You can also see a lot of complaints in that pr because this change has caused a lot of disruptions.
The text was updated successfully, but these errors were encountered:
Hi, I stumbled on an issue with tinynumpy when installing eppy with the need to build everything locally. Not sure whether and how much this will affect eppy's CI/CD, just thought it'd be useful to flag this out, given that tinynumpy seems to be idle in maintenance.
Specifically, tinynumpy uses dash ('description-file') in its setup.cfg, whereas setuptools starts raising errors for this since v78 (see pypa/setuptools#4870). You can also see a lot of complaints in that pr because this change has caused a lot of disruptions.
The text was updated successfully, but these errors were encountered: