From 2c0a2a301184cdbd7e2e692fb5572217ce4e1624 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 17 Dec 2017 17:23:39 -0600 Subject: [PATCH] Switch to f2py from github, with caching fix (closes #115 on gitlab) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a2302282..a3e88cfea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ git+https://github.com/inducer/pymbolic.git git+https://github.com/inducer/genpy.git git+https://github.com/inducer/codepy.git -hg+https://bitbucket.org/inducer/f2py +git+https://github.com/inducer/f2py # Optional, needed for using the C preprocessor on Fortran ply>=3.6 -- GitLab