Skip to content

Commit c6fac52

Browse files
authored
Update mfc.rb
1 parent 14fb6c5 commit c6fac52

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Formula/mfc.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ def install
2929
# Create Python virtual environment inside libexec (inside Cellar for proper bottling)
3030
venv = libexec/"venv"
3131
system Formula["python@3.12"].opt_bin/"python3.12", "-m", "venv", venv
32-
system venv/"bin/pip", "install", "--upgrade", "pip", "setuptools", "wheel", "setuptools-scm"
32+
33+
system venv/"bin/pip", "install", "--upgrade",
34+
"pip", "setuptools", "wheel",
35+
"setuptools-scm",
36+
"hatchling", "hatch-vcs",
37+
"editables"
3338

3439
# Install Cantera from PyPI using pre-built wheel (complex package, doesn't need custom flags)
3540
# Cantera has CMake compatibility issues when building from source with newer CMake versions

0 commit comments

Comments
 (0)