Skip to content

Commit

Permalink
Fix cfdp-py to 0.1.2
Browse files Browse the repository at this point in the history
cfdp-py has updated with handy bug fixes! Unfortunately those conflict
with our fixes so until we can properly ship a new version to space
let's fix the version to what we've been developing with.
  • Loading branch information
ThirteenFish committed Oct 7, 2024
1 parent 5f961ed commit bc3a664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
]
dependencies = [
"bitstring",
"cfdp-py",
"cfdp-py==0.1.2",
"dataclasses-json",
"oresat-configs",
"oresat-olaf>=3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bitstring
black
build
cfdp-py
cfdp-py==0.1.2
dataclasses-json
isort
oresat-configs
Expand Down

0 comments on commit bc3a664

Please sign in to comment.