Skip to content

Conversation

@rwest
Copy link
Member

@rwest rwest commented Dec 2, 2025

Motivation or Problem

As descripbed in #2861
We need to restrict PythonCall to 0.9.28
https://github.com/JuliaPy/PythonCall.jl/releases

Description of Changes

I updated the Project.toml on the for_rmg branch of RMS
ReactionMechanismGenerator/ReactionMechanismSimulator.jl@7b4fc4f

This PR on RMG-Py is partly to test that fix.

But it also fixes another problem that crept into install_rms due to how conda now lists environments.

Testing

The whole point is to get the CI to work.
But I did run the new install_rms.sh locally, and it seemed to work.

Reviewer Tips

Check the CI logs

rwest added 2 commits December 1, 2025 23:09
Conda's `info --envs` output now includes header lines with `*`.
Filter out comment lines and use AWK to select the row containing
`*`, extracting the environment name from the first field.
@rwest rwest requested a review from JacksonBurns December 2, 2025 11:46
@rwest
Copy link
Member Author

rwest commented Dec 2, 2025

The regression test only failed because there are no recent "correct" results to compare with. This PR should fix that. 🐔🥚

Copy link
Contributor

@JacksonBurns JacksonBurns left a comment

Choose a reason for hiding this comment

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

look good! thanks for the patch

@JacksonBurns JacksonBurns linked an issue Dec 2, 2025 that may be closed by this pull request
@JacksonBurns JacksonBurns merged commit 2b0610a into main Dec 2, 2025
14 of 15 checks passed
@JacksonBurns JacksonBurns deleted the oldpythoncall branch December 2, 2025 14:16
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.

PythonCall requires Python 3.10+

3 participants