File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
5
+ 2.11.13
6
+ ------
7
+ Release date: June 18, 2024
8
+
9
+ * Update langchain dependencies.
10
+ * Support adding and removing artifact in a multi-model setting for model created by reference.
11
+
12
+
5
13
2.11.12
6
14
------
7
15
Release date: June 13, 2024
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
21
21
22
22
# Required
23
23
name = " oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24
- version = " 2.11.12 "
24
+ version = " 2.11.13 "
25
25
26
26
# Optional
27
27
description = " Oracle Accelerated Data Science SDK"
@@ -62,7 +62,7 @@ dependencies = [
62
62
" gitpython>=3.1.2" ,
63
63
" jinja2>=2.11.2" ,
64
64
" matplotlib>=3.1.3, <=3.8.4" ,
65
- " numpy>=1.19.2" ,
65
+ " numpy>=1.19.2, <2.0.0 " ,
66
66
" oci>=2.125.3" ,
67
67
" ocifs>=1.1.3" ,
68
68
" pandas>1.2.1; python_version<'3.9'" , # starting pandas v2.1.0 requires-python = '>=3.9'
@@ -140,7 +140,7 @@ forecast = [
140
140
" autots[additional]" ,
141
141
" mlforecast" ,
142
142
" neuralprophet>=0.7.0" ,
143
- " numpy" ,
143
+ " numpy<2.0.0 " ,
144
144
" oci-cli" ,
145
145
" optuna" ,
146
146
" oracle-ads" ,
You can’t perform that action at this time.
0 commit comments