Skip to content

Commit dfbd02d

Browse files
jontsaiclaude
andcommitted
update numpy to support Python 3.12
- Update numpy from ==1.22.0 to >=1.26.0,<3 - NumPy 1.22.0 is incompatible with Python 3.12 (causes ImpImporter error) - NumPy 1.26.0+ adds Python 3.12 support - Use version range for flexibility while ensuring compatibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0a0e513 commit dfbd02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Fabric==1.6.1
33
South==0.8.4
44
django-grappelli>=2.15.2
55
emoji>=2.12.1,<3
6-
numpy==1.22.0
6+
numpy>=1.26.0,<3
77
pydantic>=1.10.13,<3
88
pygeoip>=0.2.6,<1
99
python-dateutil>=2.9.0,<3

0 commit comments

Comments
 (0)