Niklas-bb / SC00039_project_NB

New project repo for python course with added license,
GNU General Public License v3.0
0 stars 0 forks source link

issue with environment.yml #1

Open alvaralmstedt opened 3 weeks ago

alvaralmstedt commented 3 weeks ago

Hi!

Having some issues with the environment-yml file:

Looking for: ['pip', 'python=3.9', 'scikit-image', 'scipy', 'skimage', 'jupyterlab', 'ipykernel', 'stackview', 'numpy', 'pandas', 'matplotlib', 'seaborn']

Encountered problems while solving:
  - nothing provides requested skimage

Please fix and get back to me :) /Alvar

Niklas-bb commented 3 weeks ago

Hi, I have now updated the environment.yml. I removed skimage because it seems to be redundant. What I find it seems to be included in or a nickname of scikit-image.

I hope it works for you to run now :)

Niklas