Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zimea committed Jan 10, 2024
1 parent 0ac6e3d commit a97ada1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name='mlae',
description='Maximum Likelihood Autoencoder',
version='0.1dev',
python_requires='>=3.6, <=3.10',
packages=find_packages(exclude=['tests']),
license='MIT',
author='Felix Draxler, Peter Sorrenson',
Expand Down

0 comments on commit a97ada1

Please sign in to comment.