Skip to content

Commit

Permalink
Remove contourpy fro pyodide again (#6079)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored and philippjfr committed Dec 18, 2023
1 parent bf73fbe commit 7746c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_pyodide_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
for line in buffer.decode("utf-8").split("\n")
if not (
"Requires-Dist:" in line
and "tornado" in line
and ("tornado" in line or "contourpy" in line)
)
]
).encode("utf-8")
Expand Down

0 comments on commit 7746c9d

Please sign in to comment.