Skip to content

Commit

Permalink
setup.py -> numpy>=2,<3 and python 3.10 through 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Dec 1, 2024
1 parent 0e6b47e commit 0569294
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 @@ -26,7 +26,7 @@ def get_version(rel_path):
"CQ-editor = cq_editor.__main__:main",
]
},
python_requires=">=3.8,<3.12",
python_requires=">=3.10,<3.13",
install_requires=[
"logbook>=1",
"ipython",
Expand All @@ -35,6 +35,6 @@ def get_version(rel_path):
"requests>=2,<3",
"spyder>=5,<6",
"pyqtgraph",
"numpy >= 1.24.1, <2",
"numpy >= 2, <3",
],
)

0 comments on commit 0569294

Please sign in to comment.