Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek authored Jun 11, 2023
1 parent 8b38094 commit bee154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
keywords='energy, management, optimization, hass', # Optional
package_dir={'': 'src'}, # Optional
packages=find_packages(where='src'), # Required
python_requires='>=3.8, <3.10',
python_requires='>=3.8, <=3.10',
install_requires=[
'wheel',
'numpy==1.22.2',
Expand Down

0 comments on commit bee154a

Please sign in to comment.