-
Notifications
You must be signed in to change notification settings - Fork 176
Description
Motivation: describe the problem to be solved
I am having a hard time trying to integrate nanny-ml in my library, basically I have conflicts with many different libraries, like dotenv, numpy, pydantic, pandas, scipy etc. I get that for some not widely used library it might be tricky, but I think that for the basic ones latest versions should be available.
Describe the solution you'd like
Maybe open the versions in your pyproject.toml or update the code to make sure it's able to run with more recent versions of all these basic libraries
Describe alternatives you've considered
I tried downgrading some libraries, but to be fair using such old versions of these libraries is not something we are very happy with, as we aren't able to use the latest features plus it could be a security risk