-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update basic_submit.py fix docstring (#365)
* Update basic_submit.py fix docstring * <bot> update setup.cfg * <bot> update requirements-docs.txt * <bot> update requirements-tests.txt * <bot> update requirements.txt * pin rest-tools for now, pending the big 3.0 upgrade * <bot> update requirements-docs.txt * <bot> update requirements-tests.txt * <bot> update requirements.txt * set python max at 3.11 for now * <bot> update setup.cfg --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
Showing
5 changed files
with
36 additions
and
32 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
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
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ author = WIPAC Developers | |
author_email = [email protected] | ||
pypi_name = iceprod | ||
python_min = 3.8 | ||
python_max = 3.11 | ||
package_dirs = iceprod | ||
keywords_spaced = batch workload | ||
|
||
|
@@ -64,7 +65,7 @@ install_requires = | |
tornado | ||
unidecode | ||
wipac-dev-tools | ||
wipac-rest-tools | ||
wipac-rest-tools<1.6 | ||
python_requires = >=3.8, <3.12 | ||
packages = find: | ||
|
||
|