Skip to content

Commit

Permalink
fixed matplotlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
euanong committed May 22, 2024
1 parent a1806ec commit 15a8d78
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 39 deletions.
70 changes: 33 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ transformer-lens = "1.12.1"
einops = "^0.7.0"
plotly = "^5.18.0"
jupyterlab = "^4.0.10"
matplotlib = "^3.8"
matplotlib = "3.8.4"
jaxtyping = "^0.2.25"
scipy = "^1.11.4"
wandb = "^0.16.3"
Expand All @@ -42,7 +42,7 @@ scikit-learn = "^1.4.1.post1"
tikzplotly = "^0.1.2"
simple-parsing = "^0.1.5"
nltk = "^3.8.1"
tikzplotlib = { git = "https://github.com/JasonGross/tikzplotlib.git", branch = "patched" }
tikzplotlib = { git = "https://tinyurl.com/tikzplotlib", branch = "patched" }
seaborn = "^0.13.2"
pandas = "^2.2.1"
cloudpickle = "^3.0.0"
Expand Down

0 comments on commit 15a8d78

Please sign in to comment.