Skip to content

Commit

Permalink
Create environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh1507 authored Sep 19, 2024
1 parent a9c0fc8 commit 70ba7eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: base
dependencies:
- python=3.10
- conda
- flake8
- pytest
- numpy>=1.20,<1.21
- pandas>=1.3,<1.4

0 comments on commit 70ba7eb

Please sign in to comment.