Skip to content

Commit

Permalink
lower tables version to <3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierce Hayes committed Oct 5, 2023
1 parent 552790f commit 755d920
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 @@ -15,7 +15,7 @@ dependencies:
- hdf5==1.12.2
- pip
- types-tabulate
- pytables>=3.7.0
- pytables>=3.7.0,<3.9.0
- cython<3.0.3 # remove once python 3.9 becomes min supported version
- pyarrow==9.0.0
- libiconv
Expand Down
2 changes: 1 addition & 1 deletion arkouda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- hdf5==1.12.2
- pip
- types-tabulate
- pytables>=3.7.0
- pytables>=3.7.0,<3.9.0
- cython<3.0.3 # remove once python 3.9 becomes min supported version
- pyarrow==9.0.0
- libiconv
Expand Down
2 changes: 1 addition & 1 deletion pydoc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ h5py>=3.7.0
hdf5==1.12.2
pip
types-tabulate
tables>=3.7.0
tables>=3.7.0,<3.9.0
cython<3.0.3
pyarrow==9.0.0
libiconv
Expand Down
2 changes: 1 addition & 1 deletion pydoc/setup/REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following python packages are required by the Arkouda client package.
- `hdf5==1.12.2`
- `pip`
- `types-tabulate`
- `tables>=3.7.0`
- `tables>=3.7.0,<3.9.0`
- `cython<3.0.3`
- `pyarrow>=1.0.1`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
'h5py>=3.7.0',
'pip',
'types-tabulate',
'tables>=3.7.0',
'tables>=3.7.0,<3.9.0',
'cython<3.0.3', # remove once python 3.9 becomes min supported version
'pyarrow==9.0.0',
],
Expand Down

0 comments on commit 755d920

Please sign in to comment.