Closed kiudee closed 4 years ago
Looks like this has been the case since optional dependencies were introduced. The problem is that we re-export everything at the top level, so import csrank
will actually evaluate all the code. This will be solved by https://github.com/kiudee/cs-ranking/pull/115, though we probably want a faster intermediate solution.
I see two options:
(2) is probably best for a hotfix 1.2.1.
Simply running
after installing
csrank
from pip without any optional dependencies, results in the following error:This should definitely not happen.
Version: 1.2.0