You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current conda yml environment contains several python built-in packages (which should be removed from the yml file) or packages supported by conda (which do not require a pip installation).
Of the dependencies on the current list:
python (conda supported)
scanpy (conda supported)
pip:
numpy (conda supported)
pandas (conda supported)
itertools (built in python package)
time (built in python package)
tqdm (conda supported)
plotly (conda supported)
Additionally, the yml file is missing ipython, which seen in the tutorial's import lines.
One last suggestion would be to implement strict package version control in the conda env itself prevent conda installing higher version and to avoid future issues that may arise with updates to these packages.
The text was updated successfully, but these errors were encountered:
you can see the identical to readthedocs. Once the pull request is accepted - we can add these packages in the markdown to say to install them when making a clean environment.
The current conda yml environment contains several python built-in packages (which should be removed from the yml file) or packages supported by conda (which do not require a pip installation).
Of the dependencies on the current list:
itertools(built in python package)time(built in python package)Additionally, the yml file is missing ipython, which seen in the tutorial's import lines.
One last suggestion would be to implement strict package version control in the conda env itself prevent conda installing higher version and to avoid future issues that may arise with updates to these packages.
The text was updated successfully, but these errors were encountered: