Skip to content

Commit

Permalink
fix: fix pyarrow failure in deeplearning test (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
serena-ruan authored Oct 21, 2022
1 parent e857511 commit 302831f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ dependencies:
- r-base=4.1.1
- r-sparklyr=1.7.6
- r-devtools=2.4.2
- pyarrow>=0.15.0
- numpy>=1.19.3
- pip:
- wheel
- sphinx==4.2.0
Expand All @@ -25,12 +27,10 @@ dependencies:
- twine
- jupyter
- mlflow
- numpy==1.19.3
- torch==1.11.0
- torchvision==0.12.0
- horovod==0.25.0
- petastorm>=0.11.0
- pyarrow>=0.15.0
- pytorch_lightning==1.5.0
- onnxmltools==1.7.0
- matplotlib
Expand Down

0 comments on commit 302831f

Please sign in to comment.