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

This commit is contained in:
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