Skip to content

Commit

Permalink
fix_anndata_dependency2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomarco25 committed Jan 3, 2025
1 parent 2a01d67 commit 01e2976
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,28 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

dependencies = [
"spatialdata",
"squidpy",
"session-info",
"spatialdata>=0.6.0",
"scanpy>=1.9.0",
"squidpy>=0.2.7",
"session-info>=1.0",
"docutils>=0.8,!=0.18.*,!=0.19.*",
"ipykernel",
"ipython",
"scvelo",
"seaborn",
"matplotlib",
"scikit-image",
"scikit-learn",
"statsmodels",
"tifffile",
"sainsc",
"sympy"]
"ipykernel>=6.0",
"ipython>=8.0",
"pandas>=1.3.0",
"scvelo>=0.2.5",
"seaborn>=0.11.0",
"matplotlib>=3.5.0",
"scikit-image>=0.19.0",
"scikit-learn>=1.0",
"statsmodels>=0.13.0",
"tifffile>=2021.7.2",
"numpy>=1.21.0",
"sainsc", # Version not specified; verify if necessary
"sympy>=1.8"
]


optional-dependencies.dev = [
"pre-commit",
Expand Down

0 comments on commit 01e2976

Please sign in to comment.