Files
spyder-desktop-docker/environment.yml

17 lines
309 B
YAML

name: spyder-wayland
channels:
- conda-forge
dependencies:
- python=3.11
- spyder>=6,<7
- spyder-kernels>=2.5
- pyqt # = PyQt5
- qt-main # Qt 5.15.x
- qt-wayland # Wayland-Plugin für Qt5
- ipykernel
- numpy
- pandas
- matplotlib
- pip
- scipy