Kohulan / DECIMER-Image-Segmentation

Chemical structure detection and segmentation tool for Journal articles.
https://decimer.ai
MIT License
81 stars 30 forks source link

Cannot install DECIMER transformer and segmenter in same environment: tensorflow version different #67

Closed adhardy closed 1 year ago

adhardy commented 1 year ago

https://github.com/Kohulan/DECIMER-Image_Transformer requires tensorflow 2.10.0 and segmenter requires 2.10.1 - they will not install in the same environment.

Kohulan commented 1 year ago

@adhardydm Thanks a lot. Currently, I made the changes in setup.py. I will update the PyPI package once I confirm it is working as we intend.

adhardy commented 1 year ago

Thanks, appreciate all the quick fixes!