From 5bb845ea305f3ae297b3134f38b478bc833dd93a Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Tue, 7 Feb 2023 16:54:49 -0800 Subject: [PATCH] Fix url to fatiando fork --- environment.yml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/environment.yml b/environment.yml index 20448fd..15e4fc7 100644 --- a/environment.yml +++ b/environment.yml @@ -1,27 +1,27 @@ name: moulder channels: - - defaults - - conda-forge + - defaults + - conda-forge dependencies: - - python=2.7 - - pip - - numpy - - scipy - - matplotlib - - numba - - future - - basemap - - pillow - - jupyter - - sphinx - - pytest - - pytest-cov - - coverage - - flake8 - - pylint - - cython - - sphinx-gallery - - sphinx_bootstrap_theme - - pyqt - - pip: - - "git+git://github.com/santis19/fatiando@polygon_orientation" + - python=2.7 + - pip + - numpy + - scipy + - matplotlib + - numba + - future + - basemap + - pillow + - jupyter + - sphinx + - pytest + - pytest-cov + - coverage + - flake8 + - pylint + - cython + - sphinx-gallery + - sphinx_bootstrap_theme + - pyqt + - pip: + - "git+https://github.com/santisoler/fatiando@polygon_orientation"