Skip to content

Commit

Permalink
fix library imports
Browse files Browse the repository at this point in the history
  • Loading branch information
frankaging committed Jan 12, 2024
1 parent f5b298a commit e78348f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ torch
transformers
datasets
notebook
protobuf==3.19.1
protobuf==3.20.*
matplotlib
wandb
seaborn
ipywidgets
plotnine
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="pyvene",
version="0.0.3",
version="0.0.4",
description="Use Activation Intervention to Interpret Causal Mechanism of Model",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e78348f

Please sign in to comment.