henrikingo commented on code in PR #108:
URL: https://github.com/apache/otava/pull/108#discussion_r2604491914
##########
pyproject.toml:
##########
@@ -30,38 +30,45 @@ maintainers = [
]
classifiers = [
"License :: OSI Approved :: Apache Software License",
- "Programming Language :: Python :: 3.8",
- "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
]
dependencies = [
"dateparser>=1.0.0",
- "numpy==1.24.*",
- "python-dateutil>=2.8.1",
- "scipy==1.10.*",
- "ruamel.yaml==0.17.21",
- "requests>=2.25.1",
- "pystache>=0.6.0",
- "tabulate>=0.8.7",
- "validators>=0.18.2",
- "slack-sdk>=3.4.2",
- "google-cloud-bigquery>=3.25.0",
- "pg8000>=1.31.2",
+ "numpy==2.2.0.*",
+ "python-dateutil>=2.9.0",
+ "ruamel.yaml==0.18.16",
+ "requests>=2.32.5",
+ "pystache>=0.6.8",
+ "tabulate>=0.9.0",
+ "validators>=0.35.0",
+ "slack-sdk>=3.39.0",
+ "google-cloud-bigquery>=3.38.0",
+ "pg8000>=1.31.5",
"configargparse>=1.7.1",
"expandvars>=0.12.0",
+
+ # For Python 3.10: last series that supports it
+ "scipy>=1.15,<1.16; python_version < '3.11'",
Review Comment:
Ok lets try it
As for multithreading and such, we could implement it in a way so that the
default is 1 thread and it can only have some other value if python version is
3.14.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]