mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 20:57:59 +08:00
# Conflicts: # cellxgene_gateway/backend_cache.py # cellxgene_gateway/cache_entry.py # cellxgene_gateway/env.py # cellxgene_gateway/gateway.py # cellxgene_gateway/subprocess_backend.py # tests/test_cache_entry.py # tests/test_dir_util.py
14 lines
158 B
YAML
14 lines
158 B
YAML
name: cellxgene-gateway
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.7
|
|
- requests
|
|
- flask
|
|
- psutil
|
|
- black
|
|
- pip
|
|
- pip:
|
|
- flask-api
|
|
- cellxgene>=0.15
|