Skip to content

Commit

Permalink
bump min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Dec 11, 2024
1 parent aecf133 commit 2340b3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ build:
requirements:
host:
- pip
- python >=3.8
- python >=3.9
- setuptools >=40.0
- setuptools_scm
run:
- python >=3.8
- python >=3.9
{% for dep in setup_py_data['install_requires'] %}
# for pytorch-3dunet the names on conda and pypi differ:
{% if 'pytorch3dunet' in dep.lower() %}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
classifiers=[ # Optional
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
packages=find_packages(exclude=["tests"]), # Required
install_requires=[
Expand Down

0 comments on commit 2340b3a

Please sign in to comment.