Skip to content

Commit

Permalink
updage requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing-2021 committed Nov 6, 2022
1 parent a3782be commit 73088aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def main(file, config):
if __name__ == '__main__':
parser = argparse.ArgumentParser(description='hybridAstar')
parser.add_argument("--config_name", type=str, default="config")
parser.add_argument("--case_name", type=str, default="Case2")
parser.add_argument("--case_name", type=str, default="Case1")
args = parser.parse_args()

# initial
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cvxopt==1.3.0
cvxopt==1.2.7
matplotlib==3.5.0
numpy==1.22.0
pandas==1.3.5
Expand Down

0 comments on commit 73088aa

Please sign in to comment.