Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Jan 10, 2025
1 parent a6b7a38 commit c5f5805
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ dependencies = [
"markupsafe==2.1.5",
"numpy~=2.0 ; python_version=='3.9'",
"numpy~=2.2 ; python_version>='3.10'",
"scipy==1.13.1 ; python_version=='3.9'",
"scipy==1.15.0 ; python_version>='3.10'",
"matplotlib==3.9.4 ; python_version=='3.9'",
"matplotlib==3.10.0 ; python_version>='3.10'",
"pyserial==3.4",
"python-can==3.3.4",
]
Expand Down
4 changes: 4 additions & 0 deletions scripts/klippy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jinja2==3.1.5
markupsafe==2.1.5
numpy==2.0.2 ; python_full_version < '3.10'
numpy==2.2.0 ; python_full_version >= '3.10'
scipy==1.13.1 ; python_full_version < '3.10'
scipy==1.15.0 ; python_full_version >= '3.10'
matplotlib==3.9.4 ; python_full_version < '3.10'
matplotlib==3.10.0 ; python_full_version >= '3.10'
pycparser==2.21
pyserial==3.4
python-can==3.3.4
Expand Down

0 comments on commit c5f5805

Please sign in to comment.