File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set up Python
17
17
uses : actions/setup-python@v4
18
18
with :
19
- python-version : ' 3.7 '
19
+ python-version : ' 3.10 '
20
20
21
21
- name : Install dependencies
22
22
run : |
Original file line number Diff line number Diff line change @@ -54,11 +54,8 @@ def relaxed_requirements_from_file(path):
54
54
install_requires = relaxed_requirements_from_file ("requirements.txt" ),
55
55
dependency_links = [],
56
56
setup_requires = ["wheel" ],
57
- author = 'appliedAI Institute gGmbh & jambit GmbH ' ,
57
+ author = 'Dominik Jain et al. ' ,
58
58
classifiers = [
59
- "Programming Language :: Python :: 3.7" ,
60
- "Programming Language :: Python :: 3.8" ,
61
- "Programming Language :: Python :: 3.9" ,
62
59
"Programming Language :: Python :: 3.10" ,
63
60
"Programming Language :: Python :: 3.11" ,
64
61
"License :: OSI Approved :: MIT License"
You can’t perform that action at this time.
0 commit comments