Kohulan / Smiles-TO-iUpac-Translator

Transformer based SMILES to IUPAC Translator
MIT License
137 stars 27 forks source link

PyPi - tensorflow 2.15.0 #24

Closed Tomisall closed 9 months ago

Tomisall commented 9 months ago

Hello, would it be possible to update the pypi requirments to work with tensorflow 2.15.0? When I call pip install STOUT-pypi==2.0.5 I get ERROR: Could not find a version that satisfies the requirement tensorflow==2.10.1

I'm using Windows 10 and python 3.11.4.

Kohulan commented 9 months ago

We must test before updating to the latest Tensorflow version. It's recommended to use Python 3.10 on a Linux environment.

Tomisall commented 9 months ago

Thank you Kohulan.