Skip to content

Commit d5f2db1

Browse files
authored
Apply suggestions from code review
1 parent d54c4d0 commit d5f2db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To search for known Python vulnerabilities and solutions please see [GitHub Advi
129129
pip install -u my_package=={good.version}
130130
```
131131

132-
or if you're using a conda environment, update the reference in the conda dependencies file.
132+
If you're using a conda environment, update the reference in the conda dependencies file.
133133

134134
In some cases, Python packages will be automatically installed during conda's setup of your environment on top of a base Docker image. Mitigation steps for those are the same as those for user-introduced packages. Conda installs necessary dependencies for every environment it materializes. Packages like cryptography, setuptools, wheel, etc. will be automatically installed from conda's default channels. There's a known issue with the default anaconda channel missing latest package versions, so it's recommended to prioritize the community-maintained conda-forge channel. Otherwise, please explicitly specify packages and versions, even if you don't reference them in the code you plan to execute on that environment.
135135

0 commit comments

Comments
 (0)