Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

environment.yml download zu lange #15

Open
dh8sn8 opened this issue Jun 25, 2023 · 0 comments
Open

environment.yml download zu lange #15

dh8sn8 opened this issue Jun 25, 2023 · 0 comments
Labels
invalid This doesn't seem right

Comments

@dh8sn8
Copy link
Collaborator

dh8sn8 commented Jun 25, 2023

Hallo alle,

das Einrichten der Umgebung dauert bei mir sehr lange, was natürlich auch an meinem Laptop liegen kann aber bei genauerer Betrachtung der packages, ist mir aufgefallen, dass in conda-forge schon einige packages wie pandas, Jupiter etc. mit beinhaltet sind. Unsere 'environment.yml' sieht wie folgt noch aus:

name: WEA
channels:
  - conda-forge
  - defaults
dependencies:
  - pandas
  - jupyter
  - pip
  - python
  - matplotlib

Somit laden wir packages doppelt runter.
Es wäre also gut nochmal herauszufinden was in conda-forge und defaultspassiert, damit das .yml aktualisiert werden kann.

@dh8sn8 dh8sn8 added enhancement New feature or request invalid This doesn't seem right and removed enhancement New feature or request labels Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant