MaxNoichl commited on
Commit
3095a81
·
1 Parent(s): ab169ea

bumped numpy &numba up

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  datamapplot @ git+https://github.com/MNoichl/datamapplot.git@main
2
  uvicorn
3
  fastapi
4
- numpy
5
  requests
6
  pyalex
7
  compress-pickle
@@ -10,7 +10,7 @@ adapters
10
  torch
11
  tqdm
12
  pyarrow
13
- numba==0.58.1
14
  umap-learn==0.5.7
15
  pynndescent==0.5.12
16
  sentence-transformers==3.3.1
 
1
  datamapplot @ git+https://github.com/MNoichl/datamapplot.git@main
2
  uvicorn
3
  fastapi
4
+ numpy==2.0.0
5
  requests
6
  pyalex
7
  compress-pickle
 
10
  torch
11
  tqdm
12
  pyarrow
13
+ numba==0.60.0
14
  umap-learn==0.5.7
15
  pynndescent==0.5.12
16
  sentence-transformers==3.3.1