Skip to content

Commit

Permalink
Version pinning because numpy 2.0 broke Ax
Browse files Browse the repository at this point in the history
  • Loading branch information
madeline-scyphers committed Jul 5, 2024
1 parent bc6aed6 commit 33f0f65
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ dependencies:
# but if not and something doesn't work, upgrade pytorch, torchvision,
# and torchaudio
- pytorch::pytorch
- numpy
- pandas
- scipy
- scikit-learn
- click
- panel
- numpy<2
- pandas<3
- scipy<2
- scikit-learn<2
- click<9
- panel<2
- plotly>=5.10.0
- notebook>=5.3
- ipywidgets>=7.5
- ax-platform >=0.3.1,<=0.3.5
- ruamel.yaml
- attrs
- jinja2
- ruamel.yaml<1
- attrs<24
- jinja2<4

0 comments on commit 33f0f65

Please sign in to comment.