liquidgenius

Results 15 comments of liquidgenius

Attempting to combine the AuthenticateRequest and pager elements in this way fails: ```python def get_header_w_pager(self, page: int = 1, per_page: int = 100): """ Create persistent header that contains the...

Possibly related to #160, however no code was supplied to compare.

scikit-opt shows as version **0.6.6**, _which is strange since **0.6.5** is the newest version._ ```python import sko sko.__version__ ``` > 0.6.6

In a similar manner installation of ISR using Pipenv fails. In this case it is due to a dependency of Tensorflow version missing. `pipenv install "ISR>=2.2.0" --python 3.9.13` ```error pipenv...

Possibly linked to Merge Request 22: [[FIX] Fixed Dependency issue when installing ISR package using pip](https://github.com/idealo/image-super-resolution/pull/222)