Skip to content

Commit aae05ed

Browse files
authored
Create environment.yml
1 parent f734acd commit aae05ed

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

environment.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: backsub
2+
channels:
3+
- conda-forge
4+
- defaults
5+
- anaconda
6+
dependencies:
7+
- "python=3.12"
8+
- "scipy=1.9.3"
9+
- "pandas=2.1.1"
10+
- pip
11+
- pip:
12+
- omnipath=1.0.8

0 commit comments

Comments
 (0)