Skip to content

Commit

Permalink
Update the trunk version to "0.10.4.dev" (#4021)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsherstinsky authored Jul 30, 2024
1 parent cab0ad6 commit 341a8bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ jobs:
python --version
pip --version
python -m pip install -U pip
pip install torch==2.0.0 torchtext torchvision torchaudio
pip install '.[test]'
pip list
shell: bash
Expand Down Expand Up @@ -387,9 +388,9 @@ jobs:
python --version
pip --version
python -m pip install -U pip
pip install torch==2.0.0 torchtext
pip install ray==2.3.0
pip install '.'
pip install torch==2.0.0 torchtext torchvision torchaudio
pip list
shell: bash
- name: Check Install
Expand Down
2 changes: 1 addition & 1 deletion ludwig/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
# ==============================================================================

LUDWIG_VERSION = "0.10.3.dev"
LUDWIG_VERSION = "0.10.4.dev"

MODEL_FILE_NAME = "model"
MODEL_WEIGHTS_FILE_NAME = "model_weights"
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mlflow
# For testing optional Ray Tune Search Algorithms
# search_alg: bohb
hpbandster
ConfigSpace
ConfigSpace==0.7.1

# search_alg: ax
ax-platform
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

setup(
name="ludwig",
version="0.10.3.dev",
version="0.10.4.dev",
description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 341a8bc

Please sign in to comment.