Skip to content

Commit

Permalink
Use SciPy 1.13 for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Dec 5, 2024
1 parent 3b3af02 commit ce327ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ python-dateutil==2.9.0
pytz==2024.2
PyYAML==6.0.2
requests==2.32.3
scipy==1.14.1; platform_python_implementation != 'PyPy'
scipy==1.14.1; platform_python_implementation != 'PyPy' and python_version >= '3.10'
scipy==1.13.1; platform_python_implementation != 'PyPy' and python_version < '3.10'
scipy==1.5.4; platform_python_implementation == 'PyPy'
trimesh==4.5.3
ujson==5.10.0; platform_python_implementation != 'PyPy'
Expand Down

0 comments on commit ce327ad

Please sign in to comment.