Skip to content

Commit 35c0f15

Browse files
Update pyproject.toml
This was a mistake on my behalf. I added this dependency thinking it was a built-in...
1 parent 3124e49 commit 35c0f15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ dependencies = [
3939
'fsspec==2022.8.2; sys_platform != "darwin"',
4040
'fsspec==2022.5.0; sys_platform == "darwin"',
4141
'h5py==3.7.0',
42-
'requests==2.28.1'
42+
'requests==2.28.1',
43+
'psutil'
4344
]
4445

4546
[project.scripts]

0 commit comments

Comments
 (0)