Skip to content

Commit

Permalink
remove requirements-max.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jun 18, 2024
1 parent 380dc5e commit 72d7582
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bc0.conda_ver = '22.11.1'
bc0.conda_packages = [
"python=${python_version}",
]
bc0.pip_reqs_files = ['requirements-dev-st.txt', 'requirements-max.txt', 'requirements-sdp.txt']
bc0.pip_reqs_files = ['requirements-dev-st.txt', 'requirements-sdp.txt']
bc0.build_cmds = [
"pip install certifi -U --force-reinstall",
"pip install -e .[test,sdp] --no-cache-dir",
Expand Down
4 changes: 0 additions & 4 deletions requirements-max.txt

This file was deleted.

0 comments on commit 72d7582

Please sign in to comment.