Removed unnecessary numpy from environment.yml and swapped usage of tabs with spaces

This commit is contained in:
2025-05-20 21:47:31 +02:00
parent 53abd0c7b5
commit b2e8a52de4

View File

@@ -1,7 +1,6 @@
channels: channels:
- conda-forge - conda-forge
- defaults - defaults
dependencies: dependencies:
- python >=3.11 - python >=3.11
- matplotlib - matplotlib
- numpy