Skip to content

Commit 24f0abc

Browse files
authored
upgrade typepy (ray-project#40149)
Upgrade typepy, typepy 1.3.1 is broken https://buildkite.com/ray-project/release-tests-branch/builds/2225#018afbb2-428e-4364-b26c-7c49052edd26 #14 80.99 ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: -- | 2023-10-05 07:42:44 PDT | #14 80.99 typepy<2,>=1.2.0 from https://files.pythonhosted.org/packages/f1/10/0d6dc654bb4e0eca017bbaf43a315b464c888576a68a2883cd4a74bd1b6b/typepy-1.3.2-py3-none-any.whl (from tabledata==1.3.1->-r requirements_ml_byod_3.9.txt (line 2259)) Test: - CI - Install requirements_ml_byod_3.9.txt locally Signed-off-by: can <can@anyscale.com>
1 parent 646cce9 commit 24f0abc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

release/ray_release/byod/requirements_ml_byod_3.9.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ torchmetrics
2525
torchtext
2626
torchvision
2727
transformers>=4.31.0
28+
typepy>=1.3.2
2829
wandb

release/ray_release/byod/requirements_ml_byod_3.9.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2558,10 +2558,11 @@ triton==2.0.0 \
25582558
# via
25592559
# openai-whisper
25602560
# torch
2561-
typepy[datetime]==1.3.1 \
2562-
--hash=sha256:892566bff279368d63f02901aba0a3ce78cd7a319ec1f2bf6c8baab3520207a3 \
2563-
--hash=sha256:dfc37b888d6eed8542208389efa60ec8454e06fd84b276b45b2e33897f9d7825
2561+
typepy[datetime]==1.3.2 \
2562+
--hash=sha256:b69fd48b9f50cdb3809906eef36b855b3134ff66c8893a4f8580abddb0b39517 \
2563+
--hash=sha256:d5d1022a424132622993800f1d2cd16cfdb691ac4e3b9c325f0fcb37799db1ae
25642564
# via
2565+
# -r release/ray_release/byod/requirements_ml_byod_3.9.in
25652566
# dataproperty
25662567
# pytablewriter
25672568
# tabledata

0 commit comments

Comments
 (0)