Balazs Kegl

Results 54 comments of Balazs Kegl

Is this still an issue? We have tensorflow 2.3 now.

Looks great! Yes, can't we just pass the other options to the `ramp-test` command that the worker executes?

I'm not sure pinning is a good idea in this case, we should try to keep the test up with the changes. When I run pytest locally, I don't want...

My argument is that the tests in rampwf should be made up to date with the libraries. We can keep the kit itself in a virtualenv, but not rampwf itself.

@jorisvandenbossche the test (pytest) of ramp-workflow is failing on my mac. But I'm not sure if it's because the tensorflow version for mac is not compatible with the latest tensorflow,...

``` silver6:ramp-workflow kegl$ pip install -U tensorflow Requirement already up-to-date: tensorflow in /Users/kegl/anaconda/lib/python2.7/site-packages (1.1.0) Requirement already satisfied, skipping upgrade: six>=1.10.0 in /Users/kegl/anaconda/lib/python2.7/site-packages (from tensorflow) (1.11.0) Requirement already satisfied, skipping upgrade:...