First working version

This commit is contained in:
Max
2025-10-13 20:27:10 +02:00
parent ee9a77020c
commit 8aae094348
8 changed files with 377 additions and 2 deletions

15
environment.yml Normal file
View File

@@ -0,0 +1,15 @@
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