jannisborn commited on
Commit
f196a48
1 Parent(s): 7cb72bc
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. utils.py +0 -1
requirements.txt CHANGED
@@ -17,7 +17,7 @@ ipykernel
17
  gradio==3.12.0
18
  diffusers==0.6.0
19
  markdown-it-py>=2.1.0
20
- mols2grid>=0.2.0
21
  pandas>=1.0.0,<2.0.0
22
  pydantic<2.0.0
23
  pymatgen>=2023.1.9
 
17
  gradio==3.12.0
18
  diffusers==0.6.0
19
  markdown-it-py>=2.1.0
20
+ mols2grid==0.2.2
21
  pandas>=1.0.0,<2.0.0
22
  pydantic<2.0.0
23
  pymatgen>=2023.1.9
utils.py CHANGED
@@ -24,7 +24,6 @@ def draw_grid_predict(
24
  Returns:
25
  HTML to display
26
  """
27
- print("Mols2Grid", mols2grid.__version__)
28
 
29
  if domain not in ["Molecules", "Proteins"]:
30
  raise ValueError(f"Unsupported domain {domain}")
 
24
  Returns:
25
  HTML to display
26
  """
 
27
 
28
  if domain not in ["Molecules", "Proteins"]:
29
  raise ValueError(f"Unsupported domain {domain}")