Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Jul 12, 2024
1 parent 420b458 commit 8afeec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlos_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _get_long_desc_from_readme(base_url: str) -> dict:
'pandas >= 2.2.0;python_version>="3.9"',
'Bottleneck > 1.3.5;python_version>="3.9"',
'pandas >= 1.0.3;python_version<"3.9"',
"ConfigSpace==0.7.1", # Temporarily restrict ConfigSpace version.
"ConfigSpace==0.7.1", # Temporarily restrict ConfigSpace version.
],
extras_require=extra_requires,
**_get_long_desc_from_readme("https://github.com/microsoft/MLOS/tree/main/mlos_core"),
Expand Down

0 comments on commit 8afeec6

Please sign in to comment.