Skip to content

Commit

Permalink
build: stop pinning packages
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 21, 2023
1 parent b961bc3 commit 1057d9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions build-recipes/macos_build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Any additional requirements for building the application
# Issues with setuptools._distutils
pyinstaller==5.3
pyinstaller
setuptools
5 changes: 1 addition & 4 deletions build-recipes/win_build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Any additional requirements for building the application
# Any additional requirements for building the application
# Issues with setuptools._distutils
pyinstaller==5.3
pyinstaller
setuptools
scipy<=1.9.1
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
install_requires=["afmformats>=0.16.7",
"nanite>=3.5.4",
"matplotlib>=3", # NavigationToolbar2QT mod
"pyqt5"],
"pyqt5",
],
python_requires='>=3.9, <4',
entry_points={"gui_scripts": ['pyjibe = pyjibe.__main__:main']},
keywords=["atomic force microscopy", "biomechanics"],
Expand Down

0 comments on commit 1057d9f

Please sign in to comment.