Skip to content

Commit

Permalink
update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanliwei-coder committed May 31, 2024
1 parent a4b9837 commit c255b94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ pandas>=1.5.3
scipy==1.10.1
seaborn==0.12.2
h5py>=3.7.0
gefpy~=1.1.3
gefpy>=1.1.6
# setuptools>=41.0.0,<60.0.0
setuptools>=61.0.0
setuptools==68.2.2
#todo python3.8/site-packages/umap/distances.py:1053: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator.
#The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0.
#See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.
Expand Down Expand Up @@ -75,7 +75,7 @@ fbpca>=1.0
geosketch>=1.2
pyscenic>=0.12.1
onnxruntime==1.15.1
POT==0.8.1.0
POT==0.9.1
distinctipy>=1.2.2
joypy>=0.2.6
lxml>=4.8.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ pandas>=1.5.3
scipy==1.10.1
seaborn==0.12.2
h5py>=3.7.0
gefpy==1.1.6
gefpy>=1.1.6
# setuptools>=41.0.0,<60.0.0
setuptools>=61.0.0
setuptools==68.2.2
#todo python3.8/site-packages/umap/distances.py:1053: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator.
#The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0.
#See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.
Expand Down

0 comments on commit c255b94

Please sign in to comment.