Skip to content

Commit 509c872

Browse files
author
stephanie
committed
add conda environment config file
1 parent 365682e commit 509c872

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

toolsenvironment.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: odmtools
2+
dependencies:
3+
- dateutil=2.4.1=py27_0
4+
- freetype=2.4.10=1
5+
- libpng=1.5.13=1
6+
- matplotlib=1.4.3=np19py27_0
7+
- numpy=1.9.2=py27_0
8+
- openssl=1.0.1k=1
9+
- pandas=0.15.2=np19py27_0
10+
- pip=7.1.2=py27_0
11+
- psycopg2=2.6=py27_0
12+
- pymysql=0.6.6=py27_0
13+
- pyparsing=2.0.3=py27_0
14+
- python=2.7.10=1
15+
- python.app=1.2=py27_3
16+
- pytz=2014.9=py27_0
17+
- readline=6.2=2
18+
- scipy=0.15.1=np19py27_0
19+
- setuptools=18.4=py27_0
20+
- six=1.9.0=py27_0
21+
- sqlalchemy=0.9.9=py27_0
22+
- sqlite=3.8.4.1=1
23+
- tk=8.5.18=0
24+
- wheel=0.26.0=py27_1
25+
- wxpython=3.0=py27_0
26+
- zlib=1.2.8=0
27+
- pip:
28+
- geoalchemy2==0.2.5
29+
- pyodbc==3.0.7
30+
- python-dateutil==2.4.1
31+
- wxpython-common==3.0.0.0
32+

0 commit comments

Comments
 (0)