-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update BE dependencies (#571)
chore: update BE dependencies
- Loading branch information
1 parent
072ec6b
commit 3d07afd
Showing
6 changed files
with
30 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
anndata>=0.7.6 # we need to_memory(), added in 0.7.6 | ||
bitarray>=2.3.6 | ||
boto3>=1.12.18 | ||
envyaml>=1.9 | ||
Flask~=2.2 | ||
Flask-Compress>=1.4.0 | ||
Flask-Cors>=3.0.9 # CVE-2020-25032 | ||
Flask-RESTful>=0.3.9 | ||
flask-server-timing>=0.1.2 | ||
flask-talisman>=0.7.0 | ||
anndata==0.8.0 | ||
bitarray==2.7.3 | ||
boto3==1.26.94 | ||
click==8.1.3 | ||
envyaml==1.10.211231 | ||
flask==2.2.3 | ||
flask-compress==1.13 | ||
flask-cors==3.0.10 | ||
flask-restful==0.3.9 | ||
flask-talisman==1.0.0 | ||
flatbuffers>=1.11.0,<2.0.0 # cellxgene is not compatible with 2.0.0. Requires migration | ||
flatten-dict>=0.2.0 | ||
flatten_dict==0.4.2 | ||
fsspec>=0.4.4,<0.8.0 | ||
gunicorn>=20.0.4 | ||
numba>=0.51.2 | ||
numpy>=1.17 | ||
pydantic<2 | ||
packaging>=20.0 | ||
pandas>=1.0,!=1.1 # pandas 1.1 breaks tests, https://github.com/pandas-dev/pandas/issues/35446 | ||
PyYAML>=5.4 # CVE-2020-14343 | ||
scipy>=1.4 | ||
requests>=2.22.0 | ||
tiledb==0.16.5 # Explorer's major/minor tiledb version should always be the >= Portal's tiledb major/minor version (for read/write compatibility) | ||
gunicorn[gevent]==20.0.4 | ||
numba==0.56.4 | ||
numpy==1.23.5 | ||
pandas==1.5.3 | ||
pydantic==1.10.6 | ||
requests==2.28.2 | ||
scipy==1.10.1 | ||
flask-server-timing==0.1.2 | ||
s3fs==0.4.2 | ||
tiledb==0.21.1 # Explorer's major/minor tiledb version should always be the >= Portal's tiledb major/minor version (for read/write compatibility) |