We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd743e commit ab70eb4Copy full SHA for ab70eb4
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "causalbench-asu"
7
-version = "0.1.4"
+version = "0.1.5"
8
authors = [
9
{ name="CausalBench Team", email="support@causalbench.org"}
10
]
@@ -26,20 +26,22 @@ classifiers = [
26
27
28
dependencies = [
29
+ "certifi",
30
+ "pip-system-certs",
31
"requests",
- "pyyaml",
- "bunch_py3",
32
- "pandas",
33
- "jsonschema",
+ "pyjwt",
+ "siphash24",
34
"pipreqs",
35
"psutil",
36
"py-cpuinfo",
37
- "pip-system-certs",
38
"pyadl",
39
"nvidia-ml-py",
40
"pyopencl",
41
- "siphash24",
42
- "wmi"
+ "wmi",
+ "pyyaml",
+ "bunch_py3",
43
+ "pandas",
44
+ "jsonschema"
45
46
47
[project.urls]
0 commit comments