Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit e42258e

Browse files
author
Mr-Milk
committed
add missing deps
1 parent 5eac6a5 commit e42258e

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

requirements.ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ anndata
44
matplotlib
55
seaborn
66
milkviz
7-
ray; python_version < '3.10'
7+
legendkit
88
scikit-image
99
scipy
1010
rich[jupyter]

setup.cfg

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ classifiers =
1111
License :: OSI Approved :: Apache Software License
1212
Programming Language :: Rust
1313
Programming Language :: Python :: 3
14-
Programming Language :: Python :: 3.7
1514
Programming Language :: Python :: 3.8
1615
Programming Language :: Python :: 3.9
1716
Programming Language :: Python :: 3.10
@@ -30,13 +29,13 @@ install_requires =
3029
rich[jupyter]
3130
spatialtis_core
3231
milkviz
32+
legendkit
3333
thefuzz
3434

35-
[options.extras_require]
36-
dev =
37-
pytest
38-
pytest-cov
39-
all =
40-
scikit-image
41-
ray
42-
lightbgm
35+
;[options.extras_require]
36+
;dev =
37+
; pytest
38+
; pytest-cov
39+
;all =
40+
; scikit-image
41+
; lightbgm

0 commit comments

Comments
 (0)