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

Fix 3rd party issues #837

Merged
merged 3 commits into from
Nov 28, 2023
Merged

Fix 3rd party issues #837

merged 3 commits into from
Nov 28, 2023

Conversation

gertjanvanzwieten
Copy link
Contributor

  • replace deprecated sphinx function
  • avoid MKL 2024 for the time being

The function sphinx.util.status_iterator was deprecated in favour of
sphinx.util.display.status_iterator. This patch changes the generate_api
function sphinx_mods.py accordingly.
This patch updates the URL to the Intel OneAPI documentation to its new
location.
MKL version 2024.0.0 that appeared on PyPi on Nov 14, 2023, triggers an as yet
unexplained WinError exception on Windows. This patch limits the dependency to
the most recent version before it, which is 2023.2.1 released Oct 19, 2023,
until these problems are resolved.
@gertjanvanzwieten gertjanvanzwieten merged commit 9818f6e into master Nov 28, 2023
21 checks passed
@gertjanvanzwieten gertjanvanzwieten deleted the fix-deps branch November 28, 2023 15:31
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