Skip to content

Commit

Permalink
Merge pull request #3 from thedropbears/update-to-2024-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
outsidermm authored Jan 6, 2024
2 parents ecd9f0a + 49ed7cf commit 70eceaf
Show file tree
Hide file tree
Showing 5 changed files with 465 additions and 522 deletions.
13 changes: 6 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ verify_ssl = true
name = "pypi"

[packages]
numpy = "~=1.24.1"
robotpy = {version = "~=2023.4.2", extras = ["apriltag", "cscore"]}
robotpy-ctre = "~=2023.1.0"
robotpy-navx = "~=2023.0.3"
robotpy-rev = "~=2023.1.3.2"
robotpy-photonvision = "~=2023.3.0"
robotpy-wpilib-utilities = "~=2023.1.0"
numpy = "~=1.25.2"
robotpy = {version = "==2024.0.0b4", extras = ["apriltag", "cscore"]}
robotpy-ctre = "==2024.0.0b4"
robotpy-navx = "~=2024.0.0b1"
robotpy-rev = "~=2024.0.0b1.post1"
robotpy-wpilib-utilities = "~=2024.0.0b1"

[dev-packages]
hypothesis = "*"
Expand Down
Loading

0 comments on commit 70eceaf

Please sign in to comment.