mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-20 14:37:04 +01:00
setup.py -> numpy>=2,<3 and python 3.10 through 3.12
This commit is contained in:
4
setup.py
4
setup.py
@@ -26,7 +26,7 @@ setup(
|
|||||||
"CQ-editor = cq_editor.__main__:main",
|
"CQ-editor = cq_editor.__main__:main",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
python_requires=">=3.8,<3.12",
|
python_requires=">=3.10,<3.13",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"logbook>=1",
|
"logbook>=1",
|
||||||
"ipython",
|
"ipython",
|
||||||
@@ -35,6 +35,6 @@ setup(
|
|||||||
"requests>=2,<3",
|
"requests>=2,<3",
|
||||||
"spyder>=5,<6",
|
"spyder>=5,<6",
|
||||||
"pyqtgraph",
|
"pyqtgraph",
|
||||||
"numpy >= 1.24.1, <2",
|
"numpy >= 2, <3",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user