Skip to content

Commit

Permalink
added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobronzi committed Mar 13, 2024
1 parent e7f329f commit 6dfd127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
packages=find_packages(include=['amlrt_project', 'amlrt_project.*']),
python_requires='>=3.9',
install_requires=[
'aim==3.18.1; os_name!="nt"',
'flake8==4.0.1',
'flake8-docstrings==1.6.0',
'gitpython==3.1.27',
Expand Down

0 comments on commit 6dfd127

Please sign in to comment.