Skip to content

Commit

Permalink
FIX-#2388: Fixed requirements for omnisci binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
  • Loading branch information
gshimansky committed Nov 10, 2020
1 parent c5203b9 commit f5a5cfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- pandas==1.1.4
- numpy
- pyarrow==1.0
- pyarrow>=1.0.0
- dask[complete]>=2.12.0,<=2.19.0
- distributed>=2.12.0,<=2.19.0
- xarray
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas==1.1.4
numpy
pyarrow==1.0
pyarrow>=1.0.0
dask[complete]>=2.12.0,<=2.19.0
distributed>=2.12.0,<=2.19.0
ray>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/env_omnisci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
dependencies:
- pandas==1.1.4
- pyarrow==1.0
- pyarrow>=1.0.0
- numpy
- pip
- pytest>=6.0.1
Expand Down

0 comments on commit f5a5cfd

Please sign in to comment.