Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
OMRinger authored Feb 16, 2024
1 parent 434c1b7 commit 08590a1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

name: myenv
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- numpy
- pandas
- scikit-learn
- matplotlib
- flask
- pytest
- flake8
- pip:
- pytest-cov
- coveralls

0 comments on commit 08590a1

Please sign in to comment.