Skip to content

Commit 4e44e46

Browse files
committed
Numba now support free-threading
1 parent a4be704 commit 4e44e46

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

environment_freethreading.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# As of Jan 2025, llvmlite must be compiled from https://github.com/ngoldbaum/llvmlite/tree/3.14t using LLVM 20
2-
# numba and sparse must be installed afterward with --no-deps
31
name: layercake_ft
42
channels:
53
- conda-forge
@@ -12,5 +10,6 @@ dependencies:
1210
- scipy
1311
- sympy
1412
- pebble
15-
- cmake #(temporary to install llvmlite)
13+
- numba
14+
- sparse
1615

0 commit comments

Comments
 (0)