Skip to content

Commit

Permalink
update min py ver
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Feb 7, 2024
1 parent 2beb05f commit be0a9a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with: # fetch tag for versioneer
fetch-depth: 0

- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.9'

- name: Install pypa/build
run: >-
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def unique_flatten_dict(d):
'setuptools',
'typing-extensions',
'pyarrow>=0.15.0',
'scikit-learn==1.3.2',
'scikit-learn<=1.3.2',
'flake8>=5.0',
'psutil',
'build',
Expand Down Expand Up @@ -55,7 +55,7 @@ def unique_flatten_dict(d):
long_description_content_type='text/markdown',
url='https://github.com/graphistry/cu-cat',
download_url= 'https://github.com/graphistry/cu-cat',
python_requires='>3.7',
python_requires='>=3.9',
author='The Graphistry Team',
author_email='[email protected]',
install_requires=core_requires,
Expand Down

0 comments on commit be0a9a6

Please sign in to comment.