Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Oct 28, 2020
1 parent 4afcde0 commit 343068c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modin/experimental/cloud/rayscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ def _conda_requirements(self):

reqs.extend(self._get_python_version())

if not any(re.match(r"modin(\W|$)", p) for p in self.add_conda_packages):
# user didn't define modin release;
# use automatically detected modin release from local context
reqs.append(self._get_modin_version())

if self.add_conda_packages:
if not any(re.match(r"modin(\W|$)", p) for p in self.add_conda_packages):
# user didn't define modin release;
# use automatically detected modin release from local context
reqs.append(self._get_modin_version())

reqs.extend(self.add_conda_packages)

# this is needed, for example, for dependencies that
Expand Down

0 comments on commit 343068c

Please sign in to comment.