Skip to content

Commit 841d8ce

Browse files
remove debugging pins
1 parent 39bda43 commit 841d8ce

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ Note that updating the shared repo will take affect on the next pipeline invocat
2525
@Library("get_vbu_version@main") _
2626

2727
// Load the full vivarium_build_utils library at the expected version
28-
// FIXME: PIN CORRECTLY WHEN DONE DEBUGGING
29-
// library("vivarium_build_utils@${get_vbu_version()}")
30-
library("vivarium_build_utils@sbachmei/split-mypy-from-formatting")
28+
library("vivarium_build_utils@${get_vbu_version()}")
3129

3230
reusable_pipeline(
3331
// Add additional branches for cron jobs below.

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242

4343
install_requirements = [
4444
"vivarium_dependencies[numpy,pandas,db_queries,loguru,scipy]",
45-
# FIXME: PIN CORRECTLY WHEN DONE DEBUGGING
46-
"vivarium_build_utils @ git+https://github.com/ihmeuw/vivarium_helpers.git@sbachmei/split-mypy-from-formatting"
47-
# "vivarium_build_utils>=2.1.1,<3.0.0",
45+
"vivarium_build_utils>=2.1.1,<3.0.0",
4846
]
4947
test_requirements = ["vivarium_dependencies[pytest]"]
5048
lint_requirements = ["vivarium_dependencies[lint]"]

0 commit comments

Comments
 (0)