Skip to content

Commit 4c9619b

Browse files
committed
try PIP_INDEX_URL again
1 parent 7b84806 commit 4c9619b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ serve = "sphinx-autobuild docs docs/_build --host 0.0.0.0"
185185

186186
[tool.hatch.envs.upstream]
187187
dependencies = [
188-
'numpy>=2.2.0.dev0',
188+
'numpy', # from scientific-python-nightly-wheels
189189
'numcodecs @ git+https://github.com/zarr-developers/numcodecs',
190190
'fsspec @ git+https://github.com/fsspec/filesystem_spec',
191191
's3fs @ git+https://github.com/fsspec/s3fs',
@@ -201,9 +201,9 @@ dependencies = [
201201
'moto[s3]',
202202
]
203203

204-
# help! this is not working for numpy :(
205204
[tool.hatch.envs.upstream.env-vars]
206-
PIP_EXTRA_INDEX_URL = "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
205+
PIP_INDEX_URL = "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
206+
PIP_EXTRA_INDEX_URL = "https://pypi.org/simple/"
207207
PIP_PRE = "1"
208208

209209
[tool.hatch.envs.upstream.scripts]

0 commit comments

Comments
 (0)