Skip to content

Commit 8faf92e

Browse files
committed
use pypi version of rslearn
1 parent 3bc8671 commit 8faf92e

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ addopts = [
6363
[tool.uv.sources]
6464
claymodel = { git = "https://github.com/Clay-foundation/model.git" }
6565
geobench = { git = "https://github.com/ServiceNow/geo-bench.git" }
66-
rslearn = { git = "https://github.com/allenai/rslearn.git", rev = "master" }
6766

6867
[dependency-groups]
6968
beaker = [
@@ -88,7 +87,7 @@ dataset-creation = [
8887
"pytest>=8.4.2",
8988
"rasterio>=1.4.3",
9089
"rioxarray>=0.19.0",
91-
"rslearn",
90+
"rslearn==0.0.11",
9291
"torch>=2.5",
9392
"universal-pathlib>=0.2.5",
9493
"wandb>=0.19.0",
@@ -111,7 +110,7 @@ eval = [
111110
"pytorch-lightning==2.5.5",
112111
"pyyaml>=6.0",
113112
"rioxarray>=0.19.0",
114-
"rslearn",
113+
"rslearn==0.0.11",
115114
"satlaspretrain-models>=0.3.1",
116115
"scikit-learn>=1.7.2",
117116
"terratorch==1.1",

uv.lock

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)