Skip to content

Commit

Permalink
Sync environment.yml and pyproject.toml (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshakir authored Oct 21, 2024
1 parent 277d7b7 commit 825b982
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions src/python/dropseq_aggregation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ build-backend = "hatchling.build"
name = "dropseq_aggregation"
version = "3.0.2"
dependencies = [
"pandas==2.2.3"
"pandas",
]
authors = [
{ name="Alec Wysoker", email="[email protected]" },
]
description = "Command-line tools for converting from various HDF5 formats to Drop-seq format."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -25,4 +25,3 @@ Issues = "https://github.com/broadinstitute/Drop-seq/issues"

[project.scripts]
join_and_filter_tsv = "dropseq_aggregation.join_and_filter_tsv:main"

11 changes: 6 additions & 5 deletions src/python/dropseq_hdf5/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ build-backend = "hatchling.build"
name = "dropseq_hdf5"
version = "3.0.2"
dependencies = [
"anndata==0.7.6",
"tables==3.6.1",
"numpy==1.21.2",
"scipy==1.7.1",
"anndata",
"numpy",
"pandas",
"scipy",
"tables",
]
authors = [
{ name="Alec Wysoker", email="[email protected]" },
]
description = "Command-line tools for converting from various HDF5 formats to Drop-seq format."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 825b982

Please sign in to comment.