Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
theAeon authored Jun 21, 2023
1 parent c5449f0 commit b1b3c1b
Showing 1 changed file with 29 additions and 31 deletions.
60 changes: 29 additions & 31 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ requires = [
exclude = "/(\n \\.eggs\n | \\.git\n | \\.hg\n | \\.mypy_cache\n | \\.nox\n | \\.tox\n | \\.venv\n | _build\n | buck-out\n | build\n | dist\n)/\n"
include = "\\.pyi?$"

[tool.pdm]

[tool.pdm.build]
excludes = [
"contrib",
]
package-dir = "src"

package-dir = "src"
[project]
authors = [
{ name = "Joshua Welch", email = "welchjd@med.umich.edu" },
Expand All @@ -28,33 +26,33 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
]
dependencies = [
"adjustText",
"anndata",
"annoy",
"bokeh",
"colorcet",
"datashader",
"goatools",
"h5sparse",
"holoviews",
"leidenalg",
"llvmlite >= 0.40.0rc1",
"louvain",
"matplotlib",
"mygene",
"numexpr",
"numba >= 0.57.0rc1",
"numpy",
"pandas",
"plotnine",
"python-igraph",
"scikit-learn",
"scipy",
"seaborn",
"umap-learn",
"setuptools>=68.0.0",
]
dependencies = [
"adjustText",
"anndata",
"annoy",
"bokeh",
"colorcet",
"datashader",
"goatools",
"h5sparse",
"holoviews",
"leidenalg",
"llvmlite >= 0.40.0rc1",
"louvain",
"matplotlib",
"mygene",
"numexpr",
"numba >= 0.57.0rc1",
"numpy",
"pandas",
"plotnine",
"python-igraph",
"scikit-learn",
"scipy",
"seaborn",
"umap-learn",
"setuptools>=68.0.0",
]
description = "The Python version of LIGER package."
keywords = [
"LIGER",
Expand All @@ -65,7 +63,7 @@ maintainers = [
name = "pyliger"
readme = "README.md"
requires-python = "<3.12, >=3.8"
version = "0.2.0b1"
version = "0.2.0rc1"

[project.license]
text = "MIT"
Expand Down

0 comments on commit b1b3c1b

Please # to comment.