Conversation
|
Let's put Neptune fix here and try to fix RL example as well once we understand the root of the issue. |
| if kwargs.get("offline_mode", False): | ||
| self.mode = "offline" | ||
| neptune.init(project_qualified_name="dry-run/project", backend=neptune.OfflineBackend()) | ||
| neptune.init( |
There was a problem hiding this comment.
I will take a look at it tomorrow morning :)
|
@louis-she can you please disable neptune tests such that we could merge this PR. Do you think this version pin is necessary ?
|
|
the root cause of the 2 errors, one from The pip install will resolve the conflicts by get the older version of |
|
Thanks for the explanation @louis-she ! I would suggest to temporarily comment out neptune dependency in requirements-dev.txt and add pytest.skip("Temporarily skip neptune tests", allow_module_level=True)into Once neptune folks updated our code to their latest API version and also fix the issue with EDIT: or keep your solution with downgraded neptune-client version, I like that as well ! |
|
I fixed the version of |
#2756 (comment)