Add requirements.txt to define setup of virtual environment

This commit is contained in:
2024-03-04 09:22:38 +01:00
parent 5d6556292a
commit d810715bc0
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -2,4 +2,4 @@
*.bak
__py_cache__
raw
.idea

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
numpy
h5py
orsopy