Skip to content

Commit 68a47fb

Browse files
committed
update dependencies
1 parent 16e3371 commit 68a47fb

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

setup.py

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
author_email = '[email protected]',
1818
url = 'https://github.com/spacerest/moon',
1919
download_url = 'https://github.com/spacerest/moon/archive/v_1_1_9.tar.gz',
20-
keywords = ['MOON', 'ART'],
20+
keywords = ['MOON', 'ART', 'NASA', 'DIALAMOON'],
2121
install_requires=[
22-
'numpy>=1.16',
23-
'opencv-python>=4.5.4.60',
24-
'matplotlib>=3.8',
25-
],
22+
"matplotlib>=3.10,<4.0",
23+
"certifi>=2025.1,<2027.0",
24+
"numpy>=2.2,<2.5",
25+
"opencv-python>=4.11,<5.0",
26+
"setuptools>=58.1,<69.0",
27+
]
2628
classifiers=[
2729
'Development Status :: 4 - Beta',
2830
'Intended Audience :: Other Audience',
@@ -32,6 +34,10 @@
3234
'Programming Language :: Python :: 3.4',
3335
'Programming Language :: Python :: 3.5',
3436
'Programming Language :: Python :: 3.6',
37+
'Programming Language :: Python :: 3.7',
38+
'Programming Language :: Python :: 3.8',
39+
'Programming Language :: Python :: 3.9',
40+
'Programming Language :: Python :: 3.10'
3541
],
3642
package_data={'constants': ['res/constants.json']},
3743
include_package_data=True

0 commit comments

Comments
 (0)