Skip to content

Commit 8bed603

Browse files
v0.2.3 release (#66)
* Update version
1 parent 1fda121 commit 8bed603

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@
1111
],
1212
package_dir={"": ".",},
1313
install_requires=[
14-
"functorch~=0.1.1",
1514
"numpy>=1.21.6",
1615
"pandas>=1.3.5",
1716
"POT>=0.8.0",
1817
"scikit-learn>=0.24.2",
1918
"scipy>=1.5.4",
20-
"torch>=1.11.0",
19+
"torch>=1.13.0"
2120
],
2221
description="inFairness is a Python package to train and audit individually fair PyTorch models",
2322
long_description=long_description,
2423
long_description_content_type="text/markdown",
25-
version="0.2.2",
24+
version="0.2.3",
2625
url="https://github.com/IBM/inFairness",
2726
author="IBM Research",
2827

0 commit comments

Comments
 (0)