Skip to content

Commit

Permalink
Try 6?
Browse files Browse the repository at this point in the history
  • Loading branch information
birdday committed Jan 1, 2025
1 parent 29dc33b commit 35994c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pip install -e .
pip install -r ./docs/requirements.txt
pip uninstall -y pyqt5
pip install pyqt6
pip install opencv-python
pip install opencv-python-headless
sphinx-build docs ./docs/_build/html/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
author_email="[email protected]",
url="https://github.com/birdday/atomaton",
packages=["atomaton"],
install_requires=["numpy", "ase", "vtk", "mayavi", "imageio", "PyQt5"],
install_requires=["numpy", "ase", "vtk", "mayavi", "imageio", "PyQt6"],
tests_require=["pytest"],
)

0 comments on commit 35994c6

Please sign in to comment.