Skip to content

Commit

Permalink
Merge pull request #21 from NGSolve/uzerbinati/fix_setup
Browse files Browse the repository at this point in the history
Fix setup.py
  • Loading branch information
UZerbinati authored Feb 9, 2024
2 parents a78c560 + 3761cab commit e0f9628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
install_requires = [
'petsc4py',
'mpi4py',
'numpy',
'pytest', #For testing
'pylint', #For formatting
]
Expand Down Expand Up @@ -39,7 +40,7 @@
"Operating System :: OS Independent",
],
packages=["ngsPETSc", "ngsPETSc.utils"],
python_requires = ">=3.10",
python_requires = ">=3.9",
install_requires=install_requires

)

0 comments on commit e0f9628

Please sign in to comment.