Skip to content

Add package versions to bug template #206

@tylere

Description

@tylere

Once #205 is merged, add package version information to the bug template.

print(f'Python version = {sys.version}')
print(f'earthengine-api version = {ee.__version__}')
print(f'xee version = {xee.__version__}')

print(f'xarray version = {xr.__version__}')

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions