Skip to content

Commit

Permalink
Fix setup dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Apr 9, 2024
1 parent 6ccc7ec commit 51b26df
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = jax_influence
version = 0.1.0
version = 0.2.0
description = If influence Functions are the Answer, Then What is the Question?
url = https://github.com/pomonam/jax-influence
author = Juhan Bae
Expand Down Expand Up @@ -32,15 +32,12 @@ install_requires =
absl-py==1.0.0
torch==1.12.1
torchvision==0.13.1
numpy==1.21.6
scikit-learn==1.0.1
protobuf==3.20.*
clu==0.0.11
numpy==1.26.4
scikit_learn==1.4.0
isort==5.10.1
pylint==2.14.5
pytest==7.1.2
yapf==0.32.0
wandb==0.13.5
python_requires = >=3.8

[options.extras_require]
Expand Down

0 comments on commit 51b26df

Please sign in to comment.