Skip to content

Commit

Permalink
update the requirements in accordance to py 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Apr 18, 2024
1 parent 91c1ef6 commit 5a1a891
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 @@ -8,8 +8,8 @@

requirements = [
"numpy>=1.21.6",
"scipy==1.10.0",
"autograd==1.5",
"scipy>=1.10.0",
"autograd>=1.5",
"semantic_version~=2.10",
"tqdm>=4.64.0",
"requests>=2.31.0",
Expand Down

0 comments on commit 5a1a891

Please sign in to comment.