-
Notifications
You must be signed in to change notification settings - Fork 105
Fix chemistry‑related bugs #829
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
Changes from 3 commits
bcaaa35
4833d7b
c8e7f9f
652d0fa
e63683a
cc20ee9
86a5b77
209dd94
577a6c0
76a31f6
e024c03
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,8 @@ dependencies = [ | |
"matplotlib", | ||
|
||
# Chemistry | ||
"cantera==3.0.1", | ||
"pyrometheus==1.0.2" | ||
"cantera==3.1.0", | ||
"pyrometheus@git+https://github.com/pyrometheus/pyrometheus.git@main" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @DimAdam-01 I think it would be preferable to reference an official (versioned) release of Pyro instead of referencing the main branch. You can see the original code referenced the 1.0.2 release on Pypi There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @DimAdam-01 i just created a new pyro release 1.0.3 (not sure if it's on pypi just yet) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just tested it, it's not on pypi yet: (ERROR: No matching distribution found for pyrometheus==1.0.3) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah i created it 3 min ago There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you can change to |
||
] | ||
|
||
[tool.hatch.metadata] | ||
|
Uh oh!
There was an error while loading. Please reload this page.