kathrinse / be_great

A novel approach for synthesizing tabular data using pretrained large language models
MIT License
254 stars 43 forks source link

Requirements don't allow numpy<1.24 #37

Closed robsdavis closed 11 months ago

robsdavis commented 11 months ago

I would love to include this method in our library synthcity.

However, currently we require numpy<1.24 (due to another third party library). Is there a reason that your requirements are for numpy>=1.24.2? I have a few examples working with numpy==1.23.5.

Would you consider allowing older versions of numpy, so that I can more easily add your synthetic data generation method to our library as a new plugin?

Many thanks!

unnir commented 11 months ago

Hi @robsdavis

Thank you for considering including GReaT into your framework. We will be happy if you integrate our approach in the synthcity library.

Could you please confirm if numpy>=1.23.5 is acceptable for you?

robsdavis commented 11 months ago

Hi @unnir, Thanks for your response. numpy>=1.23.5 would definitely work. Thank you for considering changing your requirements.

unnir commented 11 months ago

I've updated the requirements. Please let us know if you need further help with the GReaT method.