nlp_primitives icon indicating copy to clipboard operation
nlp_primitives copied to clipboard

Add Python 3.12 support

Open thehomebrewnerd opened this issue 1 year ago • 0 comments

Supporting Python 3.12 will require removing the tensorflow upper bound restrictions in #270 as only the latest version of tensorflow and tensorflow-hub support Python 3.12. However, these new tensor flow versions have removed deprecated functions that we are using in the Elmo and Universal Sentence Encoder primitives, so these primitives will need to be updated as well.

thehomebrewnerd avatar May 01 '24 20:05 thehomebrewnerd