Skip to content

Commit

Permalink
Merge pull request #17 from simpeg/depends_cleanup
Browse files Browse the repository at this point in the history
Depends cleanup
  • Loading branch information
jcapriot authored Feb 5, 2020
2 parents cb8988e + dccb96c commit b15e3c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 24 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- 3.6
- 2.7

sudo: false

Expand Down
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Getting started

- If you do not already have python installed, we recommend downloading and installing it through `anaconda <https://www.anaconda.com/download/>`_
- `Install <installing>`_ geoana
- Browse the :ref:`gallery <examples>` for ideas and example usage
- Browse the :ref:`gallery <sphx_glr_auto_examples>` for ideas and example usage
- Read the `documentation <http://geoana.readthedocs.io/en/latest/>`_ for more information on the library and what it can do

.. - See the `contributor guide` and `code of conduct` if you are interested in helping develop or maintain geoana
Expand All @@ -44,7 +44,7 @@ Getting started
Connecting with the community
-----------------------------

geoana is a part of the larger `SimPEG <https://www.simpeg.xyz>`_ ecosystem. There are several avenues for connecting:
geoana is a part of the larger `SimPEG <https://simpeg.xyz>`_ ecosystem. There are several avenues for connecting:

- a mailing list for questions and general news items: https://groups.google.com/forum/#!forum/simpeg
- a newsletter where meeting notices and re-caps are posted: http://eepurl.com/bVUoOL
Expand Down Expand Up @@ -75,4 +75,3 @@ License
-------

geoana is licensed under the `MIT license <https://github.com/simpeg/geoana/blob/master/LICENSE>`_ .

16 changes: 0 additions & 16 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,10 @@ build: off

environment:
matrix:
- PYTHON: 2.7
MINICONDA: C:\Miniconda
PYTHON_ARCH: 32

- PYTHON: 3.5
MINICONDA: C:\Miniconda3
PYTHON_ARCH: 32

- PYTHON: 3.6
MINICONDA: C:\Miniconda3
PYTHON_ARCH: 32

- PYTHON: 2.7
MINICONDA: C:\Miniconda
PYTHON_ARCH: 64

- PYTHON: 3.5
MINICONDA: C:\Miniconda3
PYTHON_ARCH: 64

- PYTHON: 3.6
MINICONDA: C:\Miniconda3
PYTHON_ARCH: 64
Expand Down
2 changes: 1 addition & 1 deletion geoana/earthquake/oksar.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def example():

import requests
dinar_file = requests.get(
'http://storage.googleapis.com/sci3pt-insar/dinar.r4'
'https://storage.googleapis.com/simpeg/geoana/dinar.r4'
)
data = np.fromstring(dinar_file.content, np.float32)

Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@
'numpy>=1.7',
'scipy>=0.13',
'matplotlib',
'ipywidgets',
'properties[math]',
'jupyter',
'properties',
'vectormath',
'utm'
],
author = 'SimPEG developers',
Expand Down

0 comments on commit b15e3c4

Please sign in to comment.