Skip to content

Commit

Permalink
[FSTORE-1533] Importing hopsworks fails due to core dump while import…
Browse files Browse the repository at this point in the history
…ing polars (#318)
  • Loading branch information
manu-sj authored Sep 6, 2024
1 parent 80ad719 commit dc06b17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

<groupId>com.logicalclocks</groupId>
<artifactId>hopsworks</artifactId>
<version>3.8.0-RC0</version>
<version>3.8.0-RC1</version>
</project>
2 changes: 1 addition & 1 deletion python/hopsworks/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "3.8.0rc0"
__version__ = "3.8.0rc1"
4 changes: 3 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]

dependencies = [
"hsfs[python]==3.8.0rc0",
"hsfs[python]==3.8.0rc1",
"hsml==3.8.0rc0",
"pyhumps==1.6.1",
"requests",
Expand All @@ -33,8 +33,10 @@ dependencies = [
"tqdm",
]


[project.optional-dependencies]
dev = [ "ruff", "pytest"]
polars=["polars>=0.20.18,<=0.21.0"]

[build-system]
requires = ["setuptools", "wheel"]
Expand Down
1 change: 1 addition & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ markdown==3.6
pymdown-extensions==10.7.1
mkdocs-macros-plugin==1.0.4
mkdocs-minify-plugin>=0.2.0
polars==0.20.31

0 comments on commit dc06b17

Please sign in to comment.