You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add orjson as required dependency as default JSON handler when custom encoder/decoder is not needed (#4411)
* clean up pyproject
* try to remove pybtex warning
* sort optional dependencies
* allow pyproject change to trigger test
* also include workflow and setup in test workflow trigger
* add orjson as dependency
* replace json.dumps
* replace json.loads
* fix phonondos numpy handling
* remove indent and see how many test will break
* replace json.load
* fix JSON str whitespace sensitivity
* replace json.dump
* fix os.path.exists
* replace str | PathLike
* use pmg typealias pathlike
* clean up import
* minor clean up of module docstring
0 commit comments