AI-SDC / SACRO-ML

Collection of tools and resources for managing the statistical disclosure control of trained machine learning models

Home Page:https://ai-sdc.github.io/SACRO-ML/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can the uuid package be removed from dependencies?

manics opened this issue · comments

https://pypi.org/project/uuid/ is currently required:
https://github.com/AI-SDC/AI-SDC/blob/fa6c4d62f1274a18dd2044a51e1cf4b252146fd7/requirements.txt#L11

This package was last released Jun 20, 2006

Is it still needed? Is the built-in uuid library good enough? https://docs.python.org/3/library/uuid.html

Removed in #262