Skip to content

Commit

Permalink
ax-platform didn't fix the pandas issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Wilson <benjamin.wilson@databricks.com>
  • Loading branch information
BenWilson2 committed Mar 15, 2023
1 parent 1201afe commit 7094c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/pytorch/AxHyperOptimizationPTL/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ dependencies:
# required by many versions of pytorch
- gpytorch<1.9.0
- protobuf<4.0.0
# Pinning pandas version less than 1.4.4 due to https://github.com/facebook/Ax/issues/1153
- pandas<=1.4.4
# TODO: Remove this requirement once ax-platform achieves compatibility with SQLAlchemy 2.x
- sqlalchemy<2
2 changes: 2 additions & 0 deletions examples/pytorch/AxHyperOptimizationPTL/python_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ dependencies:
# required by many versions of pytorch
- gpytorch<1.9.0
- protobuf<4.0.0
# Pinning pandas version less than 1.4.4 due to https://github.com/facebook/Ax/issues/1153
- pandas<=1.4.4
# TODO: Remove this requirement once ax-platform achieves compatibility with SQLAlchemy 2.x
- sqlalchemy<2

0 comments on commit 7094c84

Please sign in to comment.