Skip to content

Commit

Permalink
v0.2.3 release (#66)
Browse files Browse the repository at this point in the history
* Update version
  • Loading branch information
MayankAgarwal authored Apr 10, 2023
1 parent 1fda121 commit 8bed603
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@
],
package_dir={"": ".",},
install_requires=[
"functorch~=0.1.1",
"numpy>=1.21.6",
"pandas>=1.3.5",
"POT>=0.8.0",
"scikit-learn>=0.24.2",
"scipy>=1.5.4",
"torch>=1.11.0",
"torch>=1.13.0"
],
description="inFairness is a Python package to train and audit individually fair PyTorch models",
long_description=long_description,
long_description_content_type="text/markdown",
version="0.2.2",
version="0.2.3",
url="https://github.com/IBM/inFairness",
author="IBM Research",
author_email="[email protected], [email protected], [email protected], [email protected]",
Expand Down

0 comments on commit 8bed603

Please sign in to comment.