-
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.
Browse files
Browse the repository at this point in the history
* Update Python version support and dependencies across workflows and requirements files - Updated Python version matrix in GitHub Actions workflows to include Python 3.12. - Upgraded pandas, ortools, pyomo, and other dependencies in requirements files to their latest compatible versions. - Adjusted Python version requirement in setup.py files to require at least Python 3.9. * Update Python version to 3.9 and Airflow version to 2.9.1 across GitHub Actions workflows - Changed Python version from 3.8 to 3.9 in build and publish workflows. - Updated Airflow version from 2.7.1 to 2.9.1 in test workflows for improved compatibility and features. --------- Co-authored-by: Guillermo González-Santander de la Cruz <[email protected]>
- Loading branch information
Showing
11 changed files
with
29 additions
and
29 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
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
cornflow-client>=1.1.0 | ||
orloge<=0.17.2 | ||
PuLP<=2.9.0 | ||
pandas<=2.1.1 | ||
pandas<=2.2.0 | ||
hackathonbaobab2020[solvers] | ||
pytups<=0.86.2 | ||
ortools<=9.7.2996 | ||
ortools<=9.8.3296 | ||
xmltodict<=0.13.0 | ||
openpyxl<=3.1.2 | ||
pyomo<=6.6.2 | ||
pyomo<=6.7.0 | ||
tsplib95<=0.7.1 | ||
numpy<2.0.0 |
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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
alembic==1.9.2 | ||
apispec<=6.2.0 | ||
click<=8.1.3 | ||
apispec<=6.3.0 | ||
click<=8.1.7 | ||
cornflow-client>=1.1.0 | ||
cryptography<=42.0.5 | ||
disposable-email-domains>=0.0.86 | ||
Flask==2.3.2 | ||
flask-apispec<=0.11.4 | ||
Flask-Bcrypt<=1.0.1 | ||
Flask-Compress<=1.13 | ||
Flask-Compress<=1.14 | ||
flask-cors>=4.0.2 | ||
flask-inflate<=0.3 | ||
Flask-Migrate<=4.0.4 | ||
Flask-RESTful<=0.3.9 | ||
Flask-Migrate<=4.0.5 | ||
Flask-RESTful<=0.3.10 | ||
Flask-SQLAlchemy==2.5.1 | ||
gevent==23.9.1 | ||
greenlet<=2.0.2;python_version<"3.11" | ||
greenlet==3.0.0;python_version>="3.11" | ||
greenlet==3.0.3;python_version>="3.11" | ||
gunicorn<=22.0.0 | ||
jsonpatch<=1.32 | ||
jsonpatch<=1.33 | ||
ldap3<=2.9.1 | ||
marshmallow<=3.19.0 | ||
marshmallow<=3.20.2 | ||
PuLP<=2.9.0 | ||
psycopg2<=2.95 | ||
PyJWT<=2.6.0 | ||
psycopg2<=2.9.9 | ||
PyJWT<=2.8.0 | ||
pytups>=0.86.2 | ||
requests<=2.32.3 | ||
SQLAlchemy==1.3.21 | ||
webargs<=8.2.0 | ||
webargs<=8.3.0 | ||
Werkzeug==3.0.6 |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
requests<=2.32.3 | ||
genson<=1.2.2 | ||
jsonschema<=4.19.1 | ||
marshmallow<=3.19.0 | ||
jsonschema<=4.21.1 | ||
marshmallow<=3.20.2 | ||
pytups<=0.86.2 | ||
ortools<=9.8.3296 | ||
PuLP<=2.9.0 |
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