Skip to content

Update dependencies, versioning, and add tests to include support for Python 3.13 - #6

Open
VasLem wants to merge 1 commit into
BorgwardtLab:mainfrom
VasLem:main
Open

VasLem wants to merge 1 commit into
BorgwardtLab:mainfrom
VasLem:main

Conversation

@VasLem

@VasLem VasLem commented Mar 27, 2026

Copy link
Copy Markdown
  • Updated Python version requirement to >=3.10,<3.14 in pyproject.toml
  • Updated numpy, scikit-learn, joblib, tqdm, fire, and pandas dependencies with specific version ranges
  • Added pytest as a development dependency
  • Bumped package version to 0.1.4 in init.py
  • Modified batch reading in cli.py to use .squeeze("columns") for better compatibility
  • Added new test file for Python 3.13 compatibility with tests for fit_transform and CLI functionality

- Updated Python version requirement to >=3.10,<3.14 in pyproject.toml
- Updated numpy, scikit-learn, joblib, tqdm, fire, and pandas dependencies with specific version ranges
- Added pytest as a development dependency
- Bumped package version to 0.1.4 in __init__.py
- Modified batch reading in cli.py to use .squeeze("columns") for better compatibility
- Added new test file for Python 3.13 compatibility with tests for fit_transform and CLI functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant