-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add and distribute pypi constraints (#6)
* add pypi constraints * Upload pypi constraints * recursive tree is better * Only txt files * Only one PyPI job? * fix paths * rm empty dir * revert if's
- Loading branch information
Showing
3 changed files
with
45 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# constraints file (https://pip.pypa.io/en/stable/user_guide/#constraints-files) for napari v0.4.19 | ||
PySide6 < 6.3.2 ; python_version < '3.10' | ||
PySide6 != 6.4.3, !=6.5.0, !=6.5.1, !=6.5.1.1, !=6.5.2, != 6.5.3, != 6.6.0, != 6.6.1, != 6.6.2 ; python_version >= '3.10' and python_version < '3.12' | ||
pyopengl!=3.1.7 | ||
tensorstore!=0.1.38 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# constraints file (https://pip.pypa.io/en/stable/user_guide/#constraints-files) for napari v0.5 | ||
PySide6 < 6.3.2 ; python_version < '3.10' | ||
PySide6 != 6.4.3, !=6.5.0, !=6.5.1, !=6.5.1.1, !=6.5.2, != 6.5.3, != 6.6.0, != 6.6.1, != 6.6.2 ; python_version >= '3.10' and python_version < '3.12' | ||
pyopengl!=3.1.7 | ||
tensorstore!=0.1.38 |