Skip to content

Commit ba887c7

Browse files
update python dependencies (#9)
* Dependencies: fix missing or unnecessary deps Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com> * Use uv sync Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com> * actually fix merge conflicts * Dont have python twice * relax python dependencies * bump --------- Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
1 parent 32e9f74 commit ba887c7

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ jobs:
4040
run: |
4141
source .venv/bin/activate
4242
pytest -v tests/ -m slow
43-

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[project]
22
name = "olmoearth-pretrain-minimal"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Minimal package for loading and initializing OlmoEarth models"
55
authors = [
66
{ name = "OlmoEarth Team" },
77
]
88
readme = "README.md"
99
license = {file = "LICENSE"}
10-
requires-python = ">=3.11, <3.14"
10+
requires-python = ">=3.11"
1111
dependencies = [
1212
"einops>=0.7.0",
1313
"huggingface_hub",
1414
"numpy>=1.26.4",
1515
"universal-pathlib>=0.2.5",
16-
"torch>=2.7,<2.9",
16+
"torch>=2.7",
1717
]
1818

1919
[project.optional-dependencies]

0 commit comments

Comments
 (0)