Skip to content

Commit

Permalink
pin update few other locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierce Hayes committed Oct 5, 2023
1 parent 0336e54 commit 552790f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arkouda-env-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pip
- types-tabulate
- pytables>=3.7.0
- cython<3.0.3
- cython<3.0.3 # remove once python 3.9 becomes min supported version
- pyarrow==9.0.0
- libiconv
- libidn2
Expand Down
2 changes: 1 addition & 1 deletion arkouda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pip
- types-tabulate
- pytables>=3.7.0
- cython<3.0.3
- cython<3.0.3 # remove once python 3.9 becomes min supported version
- pyarrow==9.0.0
- libiconv
- libidn2
Expand Down
1 change: 1 addition & 0 deletions pydoc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ hdf5==1.12.2
pip
types-tabulate
tables>=3.7.0
cython<3.0.3
pyarrow==9.0.0
libiconv
libidn2
Expand Down
1 change: 1 addition & 0 deletions pydoc/setup/REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following python packages are required by the Arkouda client package.
- `pip`
- `types-tabulate`
- `tables>=3.7.0`
- `cython<3.0.3`
- `pyarrow>=1.0.1`

### Developer Specific
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
'pip',
'types-tabulate',
'tables>=3.7.0',
'cython<3.0.3', # remove once python 3.9 becomes min supported version
'pyarrow==9.0.0',
],

Expand Down

0 comments on commit 552790f

Please sign in to comment.