Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc authored Aug 30, 2024
1 parent 244bf50 commit f90635f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
numpy >= 1.24.0;python_version=='3.10'
numpy >= 1.25.0;python_version=='3.11'
numpy >= 1.24.0;python_version=='3.11'
numpy >= 1.26.0;python_version=='3.12'
scipy >= 1.11.0;python_version=='3.10'
scipy >= 1.11.0;python_version=='3.11'
scipy >= 1.11.0;python_version=='3.12'
scipy >= 1.10.0;python_version=='3.10'
scipy >= 1.10.0;python_version=='3.11'
scipy >= 1.10.0;python_version=='3.12'
spglib >= 2.0.0;python_version=='3.10'
spglib >= 2.0.0;python_version=='3.11'
spglib >= 2.0.0;python_version=='3.12'
Expand Down

0 comments on commit f90635f

Please sign in to comment.