Skip to content

Commit

Permalink
Pin numpy version < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefmoazzam committed Jan 9, 2025
1 parent d339fbb commit c1607cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ channels:
- httomo
dependencies:
- conda-forge::cuda-version
- conda-forge::numpy<2
- conda-forge::pyyaml
- conda-forge::tomopy=1.15
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ classifiers = [

requires-python = ">=3.10"
dependencies = [
"numpy",
"numpy<2",
"pyyaml",
"tomopy",
"cupy-cuda12x==12.3.0",
Expand Down

0 comments on commit c1607cc

Please sign in to comment.