Skip to content

Conversation

@ecomodeller
Copy link
Member

Summary

  • Changed from directly specifying jinja2 to using pandas[output_formatting] extra
  • Reduces direct dependencies and makes the relationship explicit
  • pandas manages jinja2 version compatibility

Verification

  • All 589 tests pass
  • SkillTable styling functionality verified working

Changed from directly specifying jinja2 to using pandas[output_formatting]
extra, which includes jinja2 as a dependency. This is cleaner because:
- Reduces direct dependencies to maintain
- Makes explicit that jinja2 is needed for pandas styling
- Lets pandas manage jinja2 version compatibility

Tested:
- All 589 tests pass
- SkillTable styling functionality works correctly
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