Skip to content

Commit ad89675

Browse files
committed
Update pip requirements
1 parent c5fa3c9 commit ad89675

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "rustgc_paper_experiment"
77
version = "0.1.0"
88
description = "An automated tool for building, running, and processing the experiment artefacts for the paper: 'Garbage Collection for Rust: The Finalizer Frontier'."
9-
authors = [{ name = "Jacob Hughes", email = "jh@jakehugehs.uk" }, { name = "Laurence Tratt", email = "[email protected]"}]
9+
authors = [{ name = "Jacob Hughes", email = "jh@jakehughes.uk" }, { name = "Laurence Tratt", email = "[email protected]"}]
1010
requires-python = ">=3.11"
1111
dependencies = [
1212
"contourpy==1.3.0",
@@ -32,8 +32,9 @@ dependencies = [
3232
"seaborn==0.13.2",
3333
"six==1.16.0",
3434
"tzdata==2024.2",
35-
"invoke>=2.2.0",
36-
"tqdm",
37-
"toml"
35+
"invoke==2.2.0",
36+
"tqdm==4.66.4",
37+
"toml==0.10.2",
38+
"gdown==5.1.0"
3839
]
3940

0 commit comments

Comments
 (0)