Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.9-3.12 testing. #135

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = "0.2.2"
requires-python = ">=3.9" # for GPU-rapids
license = {file = "LICENSE"}
readme = "README.md"
dependencies = ["seaborn", "scikit-learn", "pandas", "unidecode", "matplotlib", "scipy", "numpy>=1.22", "torch",
dependencies = ["seaborn", "scikit-learn", "pandas", "unidecode", "matplotlib", "scipy==1.13.1", "numpy>=1.22", "torch",
"logomaker", "biopython", "numba", "pytest", "pytest-cov", "openpyxl", "tqdm", "scanpy"]

[project.optional-dependencies]
Expand Down
5 changes: 0 additions & 5 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
import mubind as mb

# check installed packages
import pkg_resources
installed_packages = pkg_resources.working_set
for package in installed_packages:
print(f"{package.key}=={package.version}")

def test_simdata_train():
import warnings

Expand Down
Loading