Skip to content

Commit

Permalink
add license to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
condecon committed Oct 25, 2024
1 parent 69776b3 commit 3430e29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"adaptivetesting.simulation",
"adaptivetesting.tests"],
install_requires=[
"numpy"
]
"numpy>=1.20.0"
],
license="Mozilla Public License Version 2.0"
)

0 comments on commit 3430e29

Please sign in to comment.