File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.logicalclocks</groupId >
8
8
<artifactId >hopsworks</artifactId >
9
- <version >3.8.0-RC0 </version >
9
+ <version >3.8.0-RC1 </version >
10
10
</project >
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
17
- __version__ = "3.8.0rc0 "
17
+ __version__ = "3.8.0rc1 "
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
22
22
]
23
23
24
24
dependencies = [
25
- " hsfs[python]==3.8.0rc0 " ,
25
+ " hsfs[python]==3.8.0rc1 " ,
26
26
" hsml==3.8.0rc0" ,
27
27
" pyhumps==1.6.1" ,
28
28
" requests" ,
@@ -33,8 +33,10 @@ dependencies = [
33
33
" tqdm" ,
34
34
]
35
35
36
+
36
37
[project .optional-dependencies ]
37
38
dev = [ " ruff" , " pytest" ]
39
+ polars =[" polars>=0.20.18,<=0.21.0" ]
38
40
39
41
[build-system ]
40
42
requires = [" setuptools" , " wheel" ]
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ markdown==3.6
9
9
pymdown-extensions==10.7.1
10
10
mkdocs-macros-plugin==1.0.4
11
11
mkdocs-minify-plugin>=0.2.0
12
+ polars==0.20.31
You can’t perform that action at this time.
0 commit comments