Skip to content

Commit

Permalink
Clarify purpose of the Versioner class
Browse files Browse the repository at this point in the history
  • Loading branch information
ashao committed Oct 21, 2022
1 parent 3613592 commit eda326e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion smartsim/_core/_install/buildenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def get_defaults(self):


class Versioner:
"""Versioner is responsible fo managing all the versions
"""Versioner is responsible for managing all the versions
within SmartSim including SmartSim itself.
SmartSim's version is written into version.py upon pip install
Expand All @@ -196,6 +196,10 @@ class Versioner:
as well. These versions are used by the ``smart`` cli in the
``smart build`` command to determine which dependency versions
to look for and download.
Default versions for SmartSim, SmartRedis, Redis, and RedisAI are
all set here. Setting a default version for RedisAI also dictates
default versions of the machine learning libraries.
"""

# compatible Python version
Expand Down

0 comments on commit eda326e

Please sign in to comment.