Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Feb 9, 2023
1 parent f792400 commit 5b3cc5e
Showing 1 changed file with 61 additions and 62 deletions.
123 changes: 61 additions & 62 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,86 +1,85 @@
[metadata]
name = raimitigations
version = 1.0.0
version = 1.1.0
description = Python library for implementing and exploring mitigations for Responsible AI.
author = Matheus Mendonça, Marah Abdin, Dany Rouhana
author_email = [email protected]
license = MIT License
url = https://github.com/microsoft/responsible-ai-toolbox-mitigations
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent

[options]
packages = find:
install_requires =
numpy
pandas
scipy
scikit-learn
imbalanced-learn<=0.9.1
sdv==0.16.0
mlxtend
researchpy
catboost
statsmodels
xgboost
raiutils
install_requires =
numpy
pandas
scipy
scikit-learn
imbalanced-learn<=0.9.1
sdv==0.16.0
mlxtend
researchpy
catboost
statsmodels
xgboost
raiutils

[options.extras_require]
all =
Jupyter
uci_dataset
seaborn
feature-engine

dev =
Jupyter
uci_dataset
seaborn
feature-engine
pre-commit
configparser
semver
wheel>=0.38.1
build
pytest
pytest-codecov
pytest-json-report
pytest-html
sphinx
sphinx_rtd_theme>=1.1.1
nbsphinx
nbconvert>=6.5.1
sphinx_gallery==0.10.1
nbstripout
nbformat
docutils<=0.17.1
all =
Jupyter
uci_dataset
seaborn
feature-engine
dev =
Jupyter
uci_dataset
seaborn
feature-engine
pre-commit
configparser
semver
wheel>=0.38.1
build
pytest
pytest-codecov
pytest-json-report
pytest-html
sphinx
sphinx_rtd_theme>=1.1.1
nbsphinx
nbconvert>=6.5.1
sphinx_gallery==0.10.1
nbstripout
nbformat
docutils<=0.17.1

[options.packages.find]
include =
include =
raimitigations*

[flake8]
max-line-length = 120
extend-ignore =
E203,
F541,
E501,
E722,
E402,
E302
extend-ignore =
E203,
F541,
E501,
E722,
E402,
E302

[pycodestyle]
max_line_length = 120
ignore =
E203,
F541,
E501,
E722,
E402,
E302
ignore =
E203,
F541,
E501,
E722,
E402,
E302

0 comments on commit 5b3cc5e

Please sign in to comment.