Skip to content

Dependencies and logging#13

Merged
schandrika merged 2 commits intoeclipse-volttron:developfrom
davidraker:imports_and_logging
Apr 2, 2026
Merged

Dependencies and logging#13
schandrika merged 2 commits intoeclipse-volttron:developfrom
davidraker:imports_and_logging

Conversation

@davidraker
Copy link
Copy Markdown
Contributor

This pull request primarily removes redundant logging setup code (setup_logging()) from several modules and updates the supported Python versions in setup.py. These changes streamline the codebase by relying on standard logging initialization and clarify Python compatibility.

Logging setup removal:

  • Removed calls to setup_logging() and related import statements from src/ilc/control_handler.py, src/ilc/criteria_handler.py, and src/ilc/ilc_matrices.py, relying instead on standard logging practices. [1] [2] [3]
  • Cleaned up custom logging configuration in src/ilc/ilc_matrices.py.

Python version and packaging updates:

  • Updated setup.py to remove Python 3.8 support and add Python 3.10 support in the classifiers.
  • Removed the install_requires line from setup.py to defer to VOLTTRON's handling of dependencies from requirements.txt.

@schandrika schandrika merged commit 2db3db7 into eclipse-volttron:develop Apr 2, 2026
1 of 3 checks passed
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