forked from hiive/mlrose
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conda env config; fix a failing Pytest
- Loading branch information
1 parent
e5bde0e
commit aa4482f
Showing
2 changed files
with
18 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: mlrose-ky | ||
channels: | ||
- anaconda | ||
- defaults | ||
dependencies: | ||
- python>=3.10, <3.13 | ||
- pip | ||
- pip: | ||
- matplotlib~=3.8.4 | ||
- networkx~=3.3 | ||
- numpy~=1.26.4 | ||
- pandas~=2.2.1 | ||
- pytest~=8.3.2 | ||
- scikit-learn~=1.5.0 | ||
- scipy~=1.13.1 | ||
- setuptools~=69.5.1 |
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