Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVanSchayck committed Jul 18, 2022
1 parent ff032a5 commit e3787db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
h5py>=2.8.0,<3.2.0
h5py>=2.8.0,<3.0.0
matplotlib>=3.0.0,<4.0.0
Pillow>9.0.0,<10.0.0
tensorflow<2.7.0
tensorflow<2.9.0
scipy>1.4.0,<2.0.0
numpy>=1.16.0,<1.20.0
numpy>=1.20.0,<1.23.0
tqdm>=4.0.0,<5.0
mrcfile>1.0.0,<2.0.0
mrcfile>1.0.0,<2.0.0
1 change: 1 addition & 0 deletions tpx3format/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def parse_data_packages(positions, f, tot_correction, settings):
# There may have been hits that were not parsed (failed package), resize those empty rows away.
hits.resize((i,), refcheck=False)

# TODO: Make this marker pixel configureable.
hits, min_toa, max_toa = marker_pixel(hits, {'x': 237, 'y': 176, 'chipId': 0})

if settings.hits_remove_cross:
Expand Down

0 comments on commit e3787db

Please sign in to comment.