Skip to content

Commit

Permalink
build: updated environment dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdahewlett committed Jan 17, 2025
1 parent 126528d commit 2470c0f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: mds-2025-helper
channels:
- conda-forge
- defaults
dependencies:
- python=3.9
- python>=3.9
- pip
- pip:
- scikit-learn>=1.6.1
- numpy>=1.22.0
- pandas>=2.2.3
- pytest>=8.3.4
- pytest-cov>=6.0.0

0 comments on commit 2470c0f

Please sign in to comment.