Skip to content
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

Handle scipy 1.12 breaking change post v 1.12 #346

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

@mtrofin mtrofin merged commit 5eaad6c into google:main Jul 19, 2024
15 checks passed
@mtrofin mtrofin deleted the scipy branch July 19, 2024 14:30
from sklearn import linear_model
from typing import Any, Callable, Dict, List, Mapping, Optional, Sequence, Tuple, Union

from compiler_opt.es import gradient_ascent_optimization_algorithms

_SCIPI_VERSION = scipy.version.version.split('.')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add an issue/TODO to remove this when we bump the pip deps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants