Skip to content

Commit

Permalink
FIX: Openblas
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 24, 2024
1 parent e499ed0 commit fa07a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hooks/update_environment_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
deps |= set(section_deps)
recursive_deps = set(d for d in deps if d.startswith("mne["))
deps -= recursive_deps
deps |= {"pip"}
deps |= {"pip", "openblas"}


def remove_spaces(version_spec):
Expand Down

0 comments on commit fa07a66

Please sign in to comment.