Skip to content

Commit 947c068

Browse files
Joy MonteiroJoy Monteiro
authored andcommitted
add new sympl dependency
1 parent 8d3f19a commit 947c068

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ numpy>=1.16.0
1919
cython>=0.25
2020
ipython>=5.3.0
2121
coveralls
22-
sympl @ git+https://github.com/JoyMonteiro/sympl.git
22+
sympl==0.5.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"pint>=0.7.0",
4444
"unyt",
4545
"xarray>=0.8.0",
46-
"sympl @ git+https://github.com/JoyMonteiro/sympl.git",
46+
"sympl==0.5.0",
4747
"cython>=0.25",
4848
"scipy>=0.18.1",
4949
]
@@ -166,7 +166,7 @@ def guess_compiler_name(env_name):
166166
for line in files:
167167
if re.match(r"libgfortran\.a", line):
168168
# Avoid i386 libs on 64bit systems
169-
if not ("i386" in root):
169+
if "i386" not in root:
170170
if root not in lib_path_list:
171171
lib_path_list.append(root)
172172

0 commit comments

Comments
 (0)