File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ serve = "sphinx-autobuild docs docs/_build --host 0.0.0.0"
185185
186186[tool .hatch .envs .upstream ]
187187dependencies = [
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/"
207207PIP_PRE = " 1"
208208
209209[tool .hatch .envs .upstream .scripts ]
You can’t perform that action at this time.
0 commit comments