We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea1037 commit 80ad719Copy full SHA for 80ad719
java/pom.xml
@@ -6,5 +6,5 @@
6
7
<groupId>com.logicalclocks</groupId>
8
<artifactId>hopsworks</artifactId>
9
- <version>3.8.0-SNAPSHOT</version>
+ <version>3.8.0-RC0</version>
10
</project>
python/hopsworks/version.py
@@ -14,4 +14,4 @@
14
# limitations under the License.
15
#
16
17
-__version__ = "3.8.0.dev1"
+__version__ = "3.8.0rc0"
python/pyproject.toml
@@ -22,8 +22,8 @@ classifiers = [
22
]
23
24
dependencies = [
25
- "hsfs[python] @ git+https://git@github.com/logicalclocks/feature-store-api@master#subdirectory=python",
26
- "hsml @ git+https://git@github.com/logicalclocks/machine-learning-api@main#subdirectory=python",
+ "hsfs[python]==3.8.0rc0",
+ "hsml==3.8.0rc0",
27
"pyhumps==1.6.1",
28
"requests",
29
"furl",
0 commit comments