freddyaboulton HF staff commited on
Commit
775aa46
1 Parent(s): 3ed94d4

Add gradio pin

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -1
  2. src/pyproject.toml +1 -1
requirements.txt CHANGED
@@ -1 +1,2 @@
1
- gradio_molecule3d-0.0.3-py3-none-any.whl
 
 
1
+ gradio_molecule3d-0.0.3-py3-none-any.whl
2
+ gradio>=4.21.0
src/pyproject.toml CHANGED
@@ -24,7 +24,7 @@ keywords = [
24
  "protein"
25
  ]
26
  # Add dependencies here
27
- dependencies = ["gradio>=4.0,<5.0"]
28
  classifiers = [
29
  'Development Status :: 3 - Alpha',
30
  'License :: OSI Approved :: Apache Software License',
 
24
  "protein"
25
  ]
26
  # Add dependencies here
27
+ dependencies = ["gradio>=4.21.0,<5.0"]
28
  classifiers = [
29
  'Development Status :: 3 - Alpha',
30
  'License :: OSI Approved :: Apache Software License',