Skip to content

Commit

Permalink
helps create an environment for t2c
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Aug 13, 2024
1 parent f7f5ea7 commit cda2c90
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: tools21cm
channels:
- defaults
- conda-forge
dependencies:
- python=3.8
- numpy=1.21.0
- scipy=1.7.1
- matplotlib=3.4.2
- pytest=6.2.4
- pip
- pip:
- -r requirements.txt # This ensures any additional pip packages are installed

0 comments on commit cda2c90

Please sign in to comment.