Skip to content

Commit 4e0d583

Browse files
committed
Add a range for python TPL versions
1 parent cdb64f5 commit 4e0d583

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/runtime-requirements.txt.in

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
numpy == 1.26.4
2-
numpy-stl == 3.2.0
3-
matplotlib == 3.9.4
4-
h5py == 3.13.0
5-
scipy == 1.13.1
1+
numpy >= 1.24.4, <= 1.26.4
2+
numpy-stl >= 3.1.2, <= 3.2.0
3+
matplotlib >= 3.7.5, <= 3.9.4
4+
h5py >= 3.11.0, <= 3.13.0
5+
scipy >= 1.10.1, <= 1.13.1
66
mpi4py == 4.0.2
77
cffi == 1.17.1
88
pyyaml == 6.0.2
99
llnl-thicket == 2024.2.1
10-
ipython == 8.18.1
10+
ipython >= 8.12.3, <= 8.18.1
1111
ats @ file://@SPHERAL_ROOT_DIR@/extern/ATS
1212

0 commit comments

Comments
 (0)