Skip to content

Commit

Permalink
do not require specific threading layer
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Aug 19, 2024
1 parent 8d77127 commit df67cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions honeybees/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"""

__title__ = "honeybees"
__version__ = 0.1
__version__ = 1.0.3
__email__ = "j.a.debruijn at outlook com"
__status__ = "development"

from numba import config

config.THREADING_LAYER = "safe" # set threading mode for numba to safe, requires tbb
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "honeybees"
version = "1.0.2"
dynamic = ['version']
description = "Honeybees is an agent-based modelling framework targeted at large-scale agent-based models."
readme = "README.md"
readme-content-type = "text/markdown"
Expand All @@ -29,7 +29,6 @@ dependencies = [
"geopandas",
"numpy",
"numba",
"tbb",
"tornado",
"python-dateutil",
"rasterio",
Expand Down

0 comments on commit df67cca

Please sign in to comment.