We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b470558 commit 8b6cb30Copy full SHA for 8b6cb30
1 file changed
requirements.txt
@@ -4,6 +4,12 @@ git+https://github.com/kujaku11/mth5.git@old_pydantic
4
git+https://github.com/simpeg/aurora@pydantic
5
git+https://github.com/MTgeophysics/mtpy-v2.git@pydantic
6
git+https://github.com/kujaku11/mth5_test_data.git
7
+
8
9
+# Force compatible numba/llvmlite for all Python 3.11+
10
+numba>=0.56.0
11
+llvmlite>=0.39.0
12
+# Other dependencies
13
jupyterlab>=4.0.0
14
notebook>=7.0.0
15
ipywidgets>=8.0.0
0 commit comments