File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.7.0-SNAPSHOT </version >
9
+ <version >3.7.0-RC0 </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.7.0.dev1 "
17
+ __version__ = "3.7.0rc0 "
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ def read(fname):
18
18
name = "hopsworks" ,
19
19
version = __version__ ,
20
20
install_requires = [
21
- "hsfs @ git+https://git@github.com/logicalclocks/feature-store-api@master#egg=hsfs [python]&subdirectory=python " ,
22
- "hsml @ git+https://git@github.com/logicalclocks/machine-learning-api@main#egg=hsml&subdirectory=python " ,
21
+ "hsfs[python]>=3.7.0,<3.8.0 " ,
22
+ "hsml>=3.7.0,<3.8.0 " ,
23
23
"pyhumps==1.6.1" ,
24
24
"requests" ,
25
25
"furl" ,
@@ -50,7 +50,7 @@ def read(fname):
50
50
download_url = "https://github.com/logicalclocks/hopsworks-api/releases/tag/"
51
51
+ __version__ ,
52
52
packages = find_packages (),
53
- long_description = read ("../ README.md" ),
53
+ long_description = read ("README.md" ),
54
54
long_description_content_type = "text/markdown" ,
55
55
classifiers = [
56
56
"Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments