Skip to content

Bump anaconda from 2025.06 to 2025.12#673

Merged
mmcky merged 6 commits into
mainfrom
dependabot/conda/anaconda-2025.12
Dec 20, 2025
Merged

Bump anaconda from 2025.06 to 2025.12#673
mmcky merged 6 commits into
mainfrom
dependabot/conda/anaconda-2025.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 8, 2025

Copy link
Copy Markdown
Contributor

Bumps anaconda from 2025.06 to 2025.12.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps anaconda from 2025.06 to 2025.12.

---
updated-dependencies:
- dependency-name: anaconda
  dependency-version: '2025.12'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added conda labels Dec 8, 2025
@netlify

netlify Bot commented Dec 8, 2025

Copy link
Copy Markdown

Deploy Preview for taupe-gaufre-c4e660 failed.

Name Link
🔨 Latest commit 3698cca
🔍 Latest deploy log https://app.netlify.com/projects/taupe-gaufre-c4e660/deploys/6946381603cc7900085a5a52

@github-actions

github-actions Bot commented Dec 19, 2025

Copy link
Copy Markdown

@github-actions github-actions Bot temporarily deployed to pull request December 19, 2025 06:04 Inactive
@github-actions github-actions Bot temporarily deployed to pull request December 19, 2025 06:06 Inactive
@mmcky

mmcky commented Dec 19, 2025

Copy link
Copy Markdown
Contributor
  • @mmcky do a full execution check
  • re-enable build cache
  • merge

@github-actions github-actions Bot temporarily deployed to pull request December 19, 2025 06:16 Inactive
- SymPy 1.14.0 (bundled with Anaconda 2025.12) has a regression causing
  OverflowError in solve() for symbolic differentiation
- Bug occurs in solow.md when solving c.diff() due to factorint issue
  with large mpz integers trying to convert to float
- Pinning to 1.13.3 which works correctly with Python 3.13
- Added TODO to check for SymPy 1.14.1+ when available
@mmcky

mmcky commented Dec 19, 2025

Copy link
Copy Markdown
Contributor

SymPy Version Fix Applied

Added sympy==1.13.3 pinning to environment.yml to resolve execution failure in solow.md.

Issue: SymPy 1.14.0 (bundled with Anaconda 2025.12) has a regression causing OverflowError: 'mpz' too large to convert to float when executing solve(c.diff())[0] in the Solow growth model lecture.

Root Cause: Bug in sympy/ntheory/factor_.py where factorint fails to handle large multi-precision integers during symbolic differentiation.

Solution: Pin to SymPy 1.13.3 (from Anaconda 2025.06) which works correctly with Python 3.13.

TODO: Upgrade to SymPy 1.14.1+ when the fix is released.

@github-actions github-actions Bot temporarily deployed to pull request December 19, 2025 06:55 Inactive
@github-actions github-actions Bot temporarily deployed to pull request December 19, 2025 07:04 Inactive
@github-actions github-actions Bot temporarily deployed to pull request December 19, 2025 07:15 Inactive
Re-enabled the _build folder download step now that SymPy 1.13.3
pinning has been applied to fix the execution failure.
@github-actions github-actions Bot temporarily deployed to pull request December 20, 2025 05:53 Inactive
@github-actions github-actions Bot temporarily deployed to pull request December 20, 2025 05:54 Inactive
@mmcky mmcky merged commit 9ca0dca into main Dec 20, 2025
3 of 7 checks passed
@mmcky mmcky deleted the dependabot/conda/anaconda-2025.12 branch December 20, 2025 06:04
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.

1 participant