Skip to content
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 conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python:
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ build:

requirements:
host:
- python >=3.7
- python >=3.8
- hatchling
- pip
run:
- python >=3.7
- python >=3.8

test:
imports:
Expand All @@ -33,7 +33,7 @@ about:
license: MIT
license_family: MIT
license_file: LICENSE
summary: Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.
summary: Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.
doc_url: https://bigtree.readthedocs.io/en/latest/

extra:
Expand Down