Skip to content

Commit dc06b17

Browse files
authored
[FSTORE-1533] Importing hopsworks fails due to core dump while importing polars (#318)
1 parent 80ad719 commit dc06b17

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
<groupId>com.logicalclocks</groupId>
88
<artifactId>hopsworks</artifactId>
9-
<version>3.8.0-RC0</version>
9+
<version>3.8.0-RC1</version>
1010
</project>

python/hopsworks/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "3.8.0rc0"
17+
__version__ = "3.8.0rc1"

python/pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323

2424
dependencies = [
25-
"hsfs[python]==3.8.0rc0",
25+
"hsfs[python]==3.8.0rc1",
2626
"hsml==3.8.0rc0",
2727
"pyhumps==1.6.1",
2828
"requests",
@@ -33,8 +33,10 @@ dependencies = [
3333
"tqdm",
3434
]
3535

36+
3637
[project.optional-dependencies]
3738
dev = [ "ruff", "pytest"]
39+
polars=["polars>=0.20.18,<=0.21.0"]
3840

3941
[build-system]
4042
requires = ["setuptools", "wheel"]

requirements-docs.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ markdown==3.6
99
pymdown-extensions==10.7.1
1010
mkdocs-macros-plugin==1.0.4
1111
mkdocs-minify-plugin>=0.2.0
12+
polars==0.20.31

0 commit comments

Comments
 (0)