We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f08ae5 commit 5ea299fCopy full SHA for 5ea299f
condaenvironment_1.yml
@@ -4,12 +4,11 @@ channels:
4
dependencies:
5
- python=2.7
6
- pip
7
- - ipython-notebook
+ - jupyter
8
- scipy
9
- pandas
10
- seaborn
11
- sqlalchemy
12
- psycopg2
13
- pymysql
14
- pyodbc
15
- - shapely
requirements.txt
@@ -2,6 +2,6 @@ pyodbc
2
six
3
sqlalchemy
#-e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4
-shapely
+#shapely
pandas
#psycopg2 # Commented out because I could not pip install it.
0 commit comments