Skip to content

Commit

Permalink
And now the fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMariday committed Dec 13, 2024
1 parent 4b28fa8 commit 6cdb241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
# See https://github.com/TheMariday/marimapper/issues/46
@pytest.fixture(scope="session", autouse=True)
def force_spawn():
pass
# multiprocessing.set_start_method("spawn") # this is commented out to see if CI crashes on github
multiprocessing.set_start_method("spawn")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "marimapper"
version = "V2.1"
version = "V2.2"

dependencies = [
"numpy<1.25.0,>=1.17.3",
Expand Down

0 comments on commit 6cdb241

Please sign in to comment.