Skip to content

Commit a580b3b

Browse files
committed
standalone test
1 parent 34d3453 commit a580b3b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sub-packages/bionemo-scdl/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ dependencies = [
1616
'numpy>=1.24.4',
1717
'pandas>=2.2.1',
1818
'pyarrow>=16.0.0',
19+
'pooch>=1.6.0',
1920
'scipy>=1.11.1',
2021
'torch>=2.2.1',
2122
'pydantic[email]>=2.2.0',
23+
'tqdm>=4.67.1'
2224
]
2325

2426
[project.optional-dependencies]
2527
test = [
26-
'pytest>=8.4.1'
28+
'pytest>=8.4.1',
29+
'psutil>=7.0.0'
2730
]
2831

2932
[project.scripts]

0 commit comments

Comments
 (0)