- 
                Notifications
    You must be signed in to change notification settings 
- Fork 14
RHOAIENG-24600 : Ensure Python 3.12 support for Python TrustyAI #221
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
          
     Merged
      
      
            ruivieira
  merged 8 commits into
  trustyai-explainability:main
from
NeriCarcasci:ncarcasc/RHOAIENG-24600_py312_support
  
      
      
   
  Jul 2, 2025 
      
    
  
     Merged
                    Changes from 2 commits
      Commits
    
    
            Show all changes
          
          
            8 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      5d203fc
              
                python 3.12 support and testing model pulled from https://github.com/…
              
              
                NeriCarcasci 44dcb58
              
                updated minimum python version and workflow test matrix
              
              
                NeriCarcasci 3c41771
              
                Update .github/workflows/workflow.yml
              
              
                ruivieira fedec63
              
                test: Disable pylint false positive
              
              
                ruivieira 2dff12d
              
                fix: formatting errors
              
              
                ruivieira a631e0b
              
                fix: LIME formatting
              
              
                ruivieira bffafd1
              
                fix: Upgrade pylint for 3.12.0 compatibility
              
              
                ruivieira cfea662
              
                fix: pylint in tMarco
              
              
                ruivieira File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -5,7 +5,7 @@ description = "Python bindings to the TrustyAI explainability library." | |
| authors = [{ name = "Rui Vieira", email = "[email protected]" }] | ||
| license = { text = "Apache License Version 2.0" } | ||
| readme = "README.md" | ||
| requires-python = ">=3.8" | ||
| requires-python = ">=3.10" | ||
|  | ||
| keywords = ["trustyai", "xai", "explainability", "ml"] | ||
|  | ||
|  | @@ -15,19 +15,20 @@ classifiers = [ | |
| "Intended Audience :: Developers", | ||
| "Intended Audience :: Science/Research", | ||
| "Programming Language :: Java", | ||
| "Programming Language :: Python :: 3.8", | ||
| "Programming Language :: Python :: 3.9", | ||
| "Programming Language :: Python :: 3.10", | ||
| "Programming Language :: Python :: 3.11", | ||
| "Programming Language :: Python :: 3.12", | ||
| "Topic :: Scientific/Engineering :: Artificial Intelligence", | ||
| "Topic :: Software Development :: Libraries :: Java Libraries", | ||
| ] | ||
|  | ||
| dependencies = [ | ||
| "Jpype1==1.5.0", | ||
| "pyarrow==17.0.0", | ||
| "matplotlib~=3.6.3", | ||
| "pyarrow==20.0.0", | ||
| "matplotlib~=3.10.3", | ||
| "pandas~=1.5.3", | ||
| "numpy~=1.24.1", | ||
| "jupyter-bokeh~=3.0.5", | ||
| "numpy==1.26.4", | ||
| "jupyter-bokeh~=3.0.7", | ||
| ] | ||
|  | ||
| [project.optional-dependencies] | ||
|  | @@ -42,11 +43,11 @@ dev = [ | |
| "pytest~=7.2.1", | ||
| "pytest-benchmark==4.0.0", | ||
| "pytest-forked~=1.6.0", | ||
| "scikit-learn~=1.2.1", | ||
| "scikit-learn~=1.7.0", | ||
| "setuptools", | ||
| "twine==3.4.2", | ||
| "wheel~=0.38.4", | ||
| "xgboost==1.4.2", | ||
| "xgboost~=3.0.2", | ||
| ] | ||
| extras = ["aix360[default,tsice,tslime,tssaliency]==0.3.0"] | ||
|  | ||
|  | ||
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.