Skip to content

Commit ab70eb4

Browse files
committed
Fixed macOS dependency issues; Bumped version to 0.1.5
1 parent 9fd743e commit ab70eb4

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "causalbench-asu"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
authors = [
99
{ name="CausalBench Team", email="support@causalbench.org"}
1010
]
@@ -26,20 +26,22 @@ classifiers = [
2626
]
2727

2828
dependencies = [
29+
"certifi",
30+
"pip-system-certs",
2931
"requests",
30-
"pyyaml",
31-
"bunch_py3",
32-
"pandas",
33-
"jsonschema",
32+
"pyjwt",
33+
"siphash24",
3434
"pipreqs",
3535
"psutil",
3636
"py-cpuinfo",
37-
"pip-system-certs",
3837
"pyadl",
3938
"nvidia-ml-py",
4039
"pyopencl",
41-
"siphash24",
42-
"wmi"
40+
"wmi",
41+
"pyyaml",
42+
"bunch_py3",
43+
"pandas",
44+
"jsonschema"
4345
]
4446

4547
[project.urls]

0 commit comments

Comments
 (0)