Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xiao233333 committed May 25, 2024
1 parent 439692b commit f0f528b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"

install: pip install tox-travis
script: tox
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
bokeh>= 2.4.2
click>=8.0.4
bokeh
click
leidenalg
louvain
numba<=0.57.1
numpy>=1.18,<1.22
Pillow>=9.0.1
scanpy>=1.8.2
scikit-image>=0.19.2
tensorflow
numba
numpy
Pillow
scanpy
scikit-image
tensorflow==2.14.0
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tox]
envlist = py35, py36, py37, py38, flake8
isolated_build = True
envlist = py35, py36, py37, py38, py39, py310, flake8

[travis]
python =
3.10: py310
3.9: py39
3.8: py38
3.7: py37
3.6: py36
Expand Down

0 comments on commit f0f528b

Please sign in to comment.