Skip to content

Commit

Permalink
pin scipy version as temporary fix for 3355 scipy python version depe…
Browse files Browse the repository at this point in the history
…ndency errors (#3356)

Co-authored-by: Amanda Potts <[email protected]>
  • Loading branch information
ajpotts and ajpotts authored Jun 25, 2024
1 parent 74b5889 commit 5b3ee15
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arkouda-env-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- libiconv
- libidn2
- jupyter
- scipy
- scipy<=1.13.1

# Developer dependencies
- pexpect
Expand Down
2 changes: 1 addition & 1 deletion arkouda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- libiconv
- libidn2
- jupyter
- scipy
- scipy<=1.13.1

- pip:
- typeguard==2.10.0
2 changes: 1 addition & 1 deletion pydoc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tables>=3.7.0
pyarrow
libiconv
libidn2
scipy
scipy<=1.13.1

# Developer dependencies
pexpect
Expand Down
2 changes: 1 addition & 1 deletion pydoc/setup/REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following python packages are required by the Arkouda client package.
- `types-tabulate`
- `tables>=3.7.0`
- `pyarrow`
- `scipy`
- `scipy<=1.13.1`

### Developer Specific

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"types-tabulate",
"tables>=3.7.0",
"pyarrow",
"scipy",
"scipy<=1.13.1",
],
# List additional groups of dependencies here (e.g. development
# dependencies). Users will be able to install these using the "extras"
Expand Down

0 comments on commit 5b3ee15

Please sign in to comment.