Skip to content

Commit

Permalink
Adding pyproject.toml to fix #609
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Jul 29, 2024
1 parent bd2ebb2 commit ac11f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "numpy>=1.15", "Cython>=0.29"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
version=__version__,
author=__author__,
url=__url__,
python_requires='>=3.7',
python_requires='>=3.9',
author_email="[email protected]",
description="Multi-Objective Optimization in Python",
license='Apache License 2.0',
Expand Down

0 comments on commit ac11f61

Please sign in to comment.