-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from madeline-scyphers/develop
0.10.3 Release
- Loading branch information
Showing
26 changed files
with
292 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
name: boa-test | ||
name: boa | ||
channels: | ||
- pytorch | ||
- conda-forge | ||
dependencies: | ||
- python=3.10 | ||
- python=3.11 | ||
# mac x86 or Apple Silicon macs on rosetta python need pytorch>2 | ||
# so if on either of those, it should install pytorch>2 by default | ||
# but if not and something doesn't work, upgrade pytorch, torchvision, | ||
# and torchaudio | ||
- pytorch::pytorch | ||
- numpy | ||
- pandas | ||
- scipy | ||
- scikit-learn | ||
- click | ||
- panel | ||
# Windows will need to install pytorch from the pytorch channel first | ||
- pytorch<3 | ||
- 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.4 | ||
- ruamel.yaml | ||
- attrs | ||
- jinja2 | ||
# something in 0.3.7 was introduced that caused both run_n_trials and run_all_trials to not run | ||
# the expected number of trials. Removing support for 0.3.7 and above until we can figure out what's going on | ||
# When fixed, add back into environment_dev.yml and CI.yaml | ||
- ax-platform >=0.3.1,<=0.3.6 | ||
- ruamel.yaml <1 | ||
- attrs<24 | ||
- jinja2<4 |
Oops, something went wrong.