Skip to content

Commit ccedbf9

Browse files
committed
assign some version numbers for deps
1 parent 3dbe309 commit ccedbf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ classifiers = [
1212
]
1313
dynamic = ["version"]
1414
dependencies = [
15-
"numpy",
15+
"numpy==2",
1616
"matplotlib",
1717
"tqdm",
18-
"scipy",
18+
"scipy",
19+
"cr-mech-coli=0.5.1",
1920
]
2021

2122
[project.scripts]

0 commit comments

Comments
 (0)