Skip to content

Commit

Permalink
Merge pull request #58 from google/test_571976897
Browse files Browse the repository at this point in the history
Setting Minimum Versions (Python and EE)
  • Loading branch information
alxmrs authored Oct 9, 2023
2 parents 2bee900 + 3160423 commit 744491f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
license='Apache 2.0',
author='Google LLC',
author_email='[email protected]',
install_requires=['xarray', 'earthengine-api', 'pyproj', 'affine'],
install_requires=['xarray', 'earthengine-api>=0.1.374', 'pyproj', 'affine'],
extras_require={
'tests': tests_requires,
'examples': examples_require,
},
url='https://github.com/google/xee',
packages=setuptools.find_packages(exclude=['examples']),
python_requires='>=3.8',
python_requires='>=3.9',
entry_points={
'xarray.backends': ['ee=xee:EarthEngineBackendEntrypoint'],
}
Expand Down

0 comments on commit 744491f

Please sign in to comment.