-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating pylint setup for pre-commit #198
Conversation
I'm all for switching to ruff as our sole linter, if @grantbuster is cool with it. |
Independent of moving to ruff or not, shall I move ahead and update pylint anyways? @bnb32 , are the tests failing due to the latest TensorFlow? |
Yes, and yes - let's pin tensorflow to <2.16 |
There is something going wrong with TF-2.16 (see PR #198).
* fix: np.product() is deprecated Replaced by np.prod() * fix: gaussian_filter() moving to scipy.ndimage The `scipy.ndimage.filters` namespace is deprecated and will be removed in SciPy 2.0.0 * Explicit requirement on numpy and scipy I just noticed that although numpy and scipy are used explicitly in sup3r, there was no explicit dependency on those. The respective minimum versions where defined based on the syntax update in the previous commit. * Holding TensorFlow to <2.16 There is something going wrong with TF-2.16 (see PR #198).
The mirrors-pylint was archived. I'm getting an error with pylint, that hopefully will fix with a newer version.
ae15c16
to
f5cb504
Compare
* fix: np.product() is deprecated Replaced by np.prod() * fix: gaussian_filter() moving to scipy.ndimage The `scipy.ndimage.filters` namespace is deprecated and will be removed in SciPy 2.0.0 * Explicit requirement on numpy and scipy I just noticed that although numpy and scipy are used explicitly in sup3r, there was no explicit dependency on those. The respective minimum versions where defined based on the syntax update in the previous commit. * Holding TensorFlow to <2.16 There is something going wrong with TF-2.16 (see PR #198).
The mirrors-pylint was archived. I'm getting an error with pylint, that hopefully will fix with a newer version.
The mirrors-pylint was archived.
I'm getting an error with pylint, that hopefully will fix with a newer version (or with ruff).