Skip to content

Update pyproject.toml#38

Merged
erwanp merged 1 commit intomainfrom
erwanp-patch-2
Sep 17, 2025
Merged

Update pyproject.toml#38
erwanp merged 1 commit intomainfrom
erwanp-patch-2

Conversation

@erwanp
Copy link
Contributor

@erwanp erwanp commented Sep 17, 2025

remove python hard dependency

remove python hard dependency
@erwanp erwanp merged commit ef1d096 into main Sep 17, 2025
3 checks passed
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Bug: Metadata Mismatch Causes Installation Issues

The project metadata is inconsistent. Removing the requires-python constraint allows installation on Python versions older than 3.11, even though the Programming Language :: Python :: 3.11 classifier remains. This mismatch can lead to runtime errors if the package relies on Python 3.11+ features.

pyproject.toml#L18-L29

boulder/pyproject.toml

Lines 18 to 29 in 935d3fd

"dash-cytoscape>=0.3.0",
"cantera>=3.0.0",
"python-dotenv>=1.0.0",
"PyYAML>=6.0",
"pydantic>=2.0.0"
]
description = "A visual interface for Cantera reactor networks"
dynamic = ["version"]
license = {file = "LICENSE"}
name = "boulder"
readme = "README.md"

Fix in Cursor Fix in Web


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