Skip to content

Commit

Permalink
Bumped minimal python version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Jul 17, 2024
1 parent 1e2dc66 commit 4a9b743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10
- uses: s-weigand/setup-conda@v1
with:
activate-conda: true
python-version: 3.9
python-version: 3.10
- run: conda --version
- run: which python
- name: Run installation.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"pandas>=1.2.0",
"gensim>=4.0.0",
"tqdm",
"importlib-metadata>=8.0.0",
"python-louvain",
"scikit-learn",
"scipy<1.13",
Expand Down Expand Up @@ -63,6 +62,6 @@
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.10",
],
)

0 comments on commit 4a9b743

Please sign in to comment.