Skip to content

Commit

Permalink
Fix spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ashao committed Jul 18, 2024
1 parent 30ba4d6 commit fe4d228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def has_ext_modules(_placeholder):
# rest in setup.cfg
setup(
version=smartsim_version,
install_requires = [
install_requires=[
"packaging>=24.0",
"psutil>=5.7.2",
"coloredlogs>=10.0",
Expand All @@ -230,7 +230,7 @@ def has_ext_modules(_placeholder):
"pyzmq>=25.1.2",
"pygithub>=2.3.0",
"numpy<2",
"smartredis>=0.5,<0.6",
"smartredis>=0.5,<0.6",
],
cmdclass={
"build_py": SmartSimBuild,
Expand Down

0 comments on commit fe4d228

Please sign in to comment.