We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe9a4f commit 6dddbddCopy full SHA for 6dddbdd
.github/workflows/test_hiopbbpy.yml
@@ -23,12 +23,12 @@ jobs:
23
24
- name: Install IPOPT via conda
25
run: |
26
- conda install -c conda-forge cyipopt
+ conda install -c conda-forge cyipopt pkg-config
27
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
28
-
+
29
- name: Install HiOpBBPy
30
31
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip
32
pip install .
33
34
- name: Run Tests
setup.py
@@ -19,7 +19,7 @@
19
license="BSD-3",
20
packages=find_packages(where="src"),
21
package_dir={"": "src"},
22
- install_requires=["smt","cyipopt"],
+ install_requires=["smt"],
python_requires=">=3.9",
zip_safe=False,
url="https://github.com/LLNL/hiop",
0 commit comments