Skip to content

Commit

Permalink
update meeko
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Aug 4, 2023
1 parent e7a5d69 commit 48e7820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apsw==3.42.0.0
requests==2.31.0
numpy==1.21.5
psutil==5.9.5
meeko==0.4.0
meeko==0.5.0
rdkit==2023.3.2
pdb2pqr==3.6.1
PyQt6-sip==13.4.1
Expand Down
2 changes: 1 addition & 1 deletion src/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def get_value(self, row, col):
if row != self.cache_row[0]:
self.update_cache(row)

print(self.cache_row)
#print(self.cache_row)

return self.cache_row[1][col]

Expand Down

0 comments on commit 48e7820

Please sign in to comment.