Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependency #292

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading