Skip to content

Commit

Permalink
Fixing #634
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Dec 7, 2023
1 parent 05aab13 commit ca5a18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.24
numpy==1.26
numexpr==2.8.1 # 2.8.0 is broken -> https://github.com/pydata/numexpr/issues/392
matplotlib==3.5.2 # https://discourse.scverse.org/t/metaclass-conflict-from-trying-to-import-scanpy/1133
louvain==0.7.1
Expand Down
2 changes: 1 addition & 1 deletion www/js/analyze_dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ window.onload=() => {
reset_manual_marker_gene_entries();
});
$('#marker_genes_manually_entered').keyup(function() {
update_manual_marker_gene_entries();
update_manual_marker_gene_entries($(this).val());
});
$('#marker_genes_manually_entered').change(function() {
process_manual_marker_gene_entries();
Expand Down

0 comments on commit ca5a18a

Please sign in to comment.