Skip to content
Merged
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Files output by the notebooks
notebooks/data/metadata.star

# Files output by the tests
2dhb.*

Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ dependencies:
- mrcfile
- numba
- numpy
- h5py>=2.10.0
- h5py>=3.6.0
- pandas
- pillow>=8.2.0
- pip
- pytest
- pytest-cov
- pytorch
- pyyaml
- osfclient
- pip :
- osfclient
- jupyter
- starfile

Loading