Skip to content

Commit

Permalink
modified: history_vis.py
Browse files Browse the repository at this point in the history
	modified:   requirements.txt
  • Loading branch information
Aydinhamedi committed Jan 10, 2024
1 parent e672393 commit 092be24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion history_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


def chunked_data(data, chunk_size):
return [data[i:i + chunk_size] for i in range(0, len(data), chunk_size)]
return [data[i:i + chunk_size] for i in range(0, len(data), chunk_size)


try:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ model-profiler==1.1.8
numpy==1.25.1
opencv-python==4.8.0.74
pandas==2.0.3
Pillow==9.4.0
Pillow==10.2.0
psutil==5.9.5
py-cpuinfo==9.0.0
pydicom==2.4.3
Expand Down

0 comments on commit 092be24

Please sign in to comment.