MaxNoichl commited on
Commit
e995663
·
1 Parent(s): af78768

Pin Python 3.10 + numba 0.58.1 for mapper pickle

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: indigo
5
  colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 5.23.1
8
- python_version: "3.11"
9
  app_file: app.py
10
  pinned: true
11
  # hf_oauth: true
 
5
  colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 5.23.1
8
+ python_version: "3.10"
9
  app_file: app.py
10
  pinned: true
11
  # hf_oauth: true
requirements.txt CHANGED
@@ -11,7 +11,7 @@ adapters
11
  torch
12
  tqdm
13
  pyarrow
14
- numba==0.64.0
15
  umap-learn==0.5.7
16
  pynndescent==0.5.12
17
  sentence-transformers==3.3.1
 
11
  torch
12
  tqdm
13
  pyarrow
14
+ numba==0.58.1
15
  umap-learn==0.5.7
16
  pynndescent==0.5.12
17
  sentence-transformers==3.3.1