Skip to content

Commit

Permalink
Update deps_core_latest dictionary in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 30, 2024
1 parent 6cb255f commit ca2aaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def read_requirements():
'mat73',
]}

deps_core_latest = dict(zip(list(deps_core.keys()), list(deps_core.keys())))
deps_core_latest = {dep: deps_all_latest[dep] for dep in deps_core.keys()}

print({
'deps_all': deps_all,
Expand Down

0 comments on commit ca2aaff

Please sign in to comment.