Skip to content

Commit

Permalink
Merge pull request #12 from thedropbears/bump-navx
Browse files Browse the repository at this point in the history
Bump robotpy-navx to beta 4
  • Loading branch information
mlists authored Jan 9, 2024
2 parents d683f15 + 46024ee commit 516ac7b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 25 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ name = "pypi"

[packages]
numpy = "~=1.25.2"
pyfrc = "==2024.0.0b1"
robotpy-installer = "==2024.0.0b3"
robotpy = {version = "==2024.0.0b4", extras = ["apriltag", "cscore"]}
robotpy-ctre = "==2024.0.0b4"
robotpy-navx = "~=2024.0.0b1"
robotpy-navx = "==2024.0.0b4"
robotpy-rev = "~=2024.0.0b1.post1"
robotpy-wpilib-utilities = "~=2024.0.0b1"

Expand Down
48 changes: 25 additions & 23 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy~=1.25.2
robotpy[apriltag,cscore]==2024.0.0b4
robotpy-ctre==2024.0.0b4
robotpy-navx==2024.0.0b1
robotpy-navx==2024.0.0b4
robotpy-rev==2024.0.0b1.post1
robotpy-wpilib-utilities==2024.0.0b1

0 comments on commit 516ac7b

Please sign in to comment.