edyoshikun srivarra commited on
Commit
a2084bc
·
verified ·
1 Parent(s): f5b289d

Set Python version to 3.13 (#2)

Browse files

- python version (ac311449794bc015ba8bc67caf44ab671266c131)


Co-authored-by: Sricharan Reddy Varra <[email protected]>

Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -1
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
7
  sdk_version: 6.0.2
8
  app_file: app.py
9
  pinned: false
 
10
  license: cc-by-nc-4.0
11
  ---
12
 
 
7
  sdk_version: 6.0.2
8
  app_file: app.py
9
  pinned: false
10
+ python_version: 3.13
11
  license: cc-by-nc-4.0
12
  ---
13
 
requirements.txt CHANGED
@@ -12,7 +12,7 @@ numpy>=1.24.0
12
  anndata>=0.10.0
13
 
14
  # OME-Zarr and image I/O
15
- iohub[tensorstore]>=0.3.0a2
16
 
17
  # Image processing
18
  scikit-image>=0.22.0
 
12
  anndata>=0.10.0
13
 
14
  # OME-Zarr and image I/O
15
+ iohub[tensorstore]==0.3.0a2
16
 
17
  # Image processing
18
  scikit-image>=0.22.0