Skip to content

Commit

Permalink
Merge pull request #99 from n8downs/n8downs/remove-json-logging
Browse files Browse the repository at this point in the history
Remove json-logging dependency and initialization
  • Loading branch information
cmutel authored Jul 3, 2024
2 parents adc379e + 2417a1b commit ef9bac1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions bw2calc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
import platform
import warnings

import json_logging

json_logging.init_non_web(enable_json=True)

ARM = {"arm", "arm64", "aarch64_be", "aarch64", "armv8b", "armv8l"}
AMD_INTEL = {"ia64", "i386", "i686", "x86_64"}
UMFPACK_WARNING = """
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ requires-python = ">=3.9"
dependencies = [
"bw_processing",
"fsspec",
"json_logging",
"matrix_utils >=0.4.3",
"numpy",
"pandas",
Expand Down

0 comments on commit ef9bac1

Please sign in to comment.