Skip to content

Commit

Permalink
set bigdl-core/zoo-core version to 2.4.0-SNAPSHOT (intel#9456)
Browse files Browse the repository at this point in the history
* set bigdl-core/zoo-core version to 2.4.0-SNAPSHOT

* test

* bigdl-core==2.4.0.dev0

* revert

* bigdl-tf/bigdl-math==2.4.0.dev0
  • Loading branch information
liu-shaojun authored Nov 14, 2023
1 parent bef20bf commit 70ba74a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 24 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,4 @@ jobs:
secret: ${{ secrets.GIST_SECRET }}
gist-id: ${{env.GIST_ID}}
file-name: nightly-build.json
type: workflow





type: workflow
2 changes: 1 addition & 1 deletion python/dllib/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def setup_package():
scripts=scripts,
install_requires=[
'numpy>=1.19.5', 'pyspark=='+PYSPARK_VERSION , 'conda-pack==0.3.1',
'six>=1.10.0', 'bigdl-core==2.5.0.dev0'],
'six>=1.10.0', 'bigdl-core==2.4.0.dev0'],
dependency_links=['https://d3kbcqa49mib13.cloudfront.net/spark-2.0.0-bin-hadoop2.7.tgz'],
include_package_data=True,
package_data={"bigdl.share.dllib": ['lib/bigdl-dllib*.jar', 'conf/*',
Expand Down
2 changes: 1 addition & 1 deletion python/orca/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def setup_package():
url='https://github.com/intel-analytics/BigDL',
packages=get_bigdl_packages(),
install_requires=['packaging', 'filelock',
'bigdl-tf==2.5.0.dev0', 'bigdl-math==2.5.0.dev0',
'bigdl-tf==2.4.0.dev0', 'bigdl-math==2.4.0.dev0',
'bigdl-dllib=='+VERSION, 'pyzmq'],
extras_require={'ray': RAY_DEP,
'automl': AUTOML_DEP,
Expand Down
4 changes: 2 additions & 2 deletions scala/assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-tfnet-linux</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-tfnet-mac</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.intel.analytics.bigdl</groupId>
Expand Down
2 changes: 1 addition & 1 deletion scala/dllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>com.intel.analytics.bigdl.core.dist</groupId>
<artifactId>all</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<scope>${bigdl-core-all-scope}</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions scala/friesian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
<dependency>
<groupId>com.intel.analytics.bigdl.core.dist</groupId>
<artifactId>all</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<scope>${bigdl-core-all-scope}</scope>
</dependency>
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>${core.artifactId}</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<type>${core.dependencyType}</type>
<scope>${core.scope}</scope>
</dependency>
Expand Down Expand Up @@ -642,7 +642,7 @@
<dependency>
<groupId>com.intel.analytics.bigdl.core.dist</groupId>
<artifactId>${os-flag}</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down
16 changes: 8 additions & 8 deletions scala/orca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.intel.analytics.bigdl.core.dist</groupId>
<artifactId>all</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<scope>${bigdl-core-all-scope}</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -288,7 +288,7 @@
<!--<dependency>-->
<!--<groupId>com.intel.analytics.bigdl.core.dist</groupId>-->
<!--<artifactId>all</artifactId>-->
<!--<version>2.5.0-SNAPSHOT</version>-->
<!--<version>2.4.0-SNAPSHOT</version>-->
<!--<scope>${bigdl-core-all-scope}</scope>-->
<!--</dependency>-->
<!--<dependency>-->
Expand Down Expand Up @@ -568,7 +568,7 @@
<dependency>
<groupId>com.intel.analytics.bigdl.core.dist</groupId>
<artifactId>${os-flag}</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -605,7 +605,7 @@
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-dist-all</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
</dependencies>
Expand All @@ -621,7 +621,7 @@
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-dist-linux64</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<type>pom</type>
<exclusions>
<exclusion>
Expand All @@ -644,7 +644,7 @@
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-dist-mac</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<type>pom</type>
<exclusions>
<exclusion>
Expand All @@ -657,12 +657,12 @@
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-mkl-linux</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-pmem-java-linux</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion scala/ppml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<dependency>
<groupId>com.intel.analytics.bigdl.core.dist</groupId>
<artifactId>all</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<scope>${bigdl-core-all-scope}</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion scala/serving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.intel.analytics.bigdl.core.dist</groupId>
<artifactId>all</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<scope>${bigdl-core-all-scope}</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 70ba74a

Please sign in to comment.