Skip to content

Commit eb5040c

Browse files
committed
Create condaenvironment_1.yml
conda environment file with almost all the odm2api dependencies. The main dependency not found here is geoalchemy.
1 parent 5116a33 commit eb5040c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

condaenvironment_1.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: odm2api_env1
2+
channels:
3+
- ioos
4+
dependencies:
5+
- python=2.7
6+
- pip
7+
- ipython-notebook
8+
- scipy
9+
- pandas
10+
- seaborn
11+
- sqlalchemy
12+
- psycopg2
13+
- pymysql
14+
- pyodbc
15+
- shapely

0 commit comments

Comments
 (0)