Skip to content

Commit

Permalink
Bump to latest boilercore after softboiler/boilercore#53
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Jul 1, 2024
1 parent 53f1fbb commit 59d2f82
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements/override.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cachier @ git+https://github.com/blakeNaccarato/cachier@db7f394a553a90944ca25c2d687771006e77a024
17 changes: 8 additions & 9 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pyside6-essentials==6.7.1 ; sys_platform == 'linux'
shiboken6==6.7.1 ; sys_platform == 'linux'
# compilation
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --all-extras --exclude-newer 2024-06-28T21:20:37.992165Z --python-version 3.11 --resolution lowest-direct --override requirements/override.txt requirements/dev.in pyproject.toml docs/pyproject.toml pipeline/pyproject.toml scripts/pyproject.toml tests/pyproject.toml submodules/boilercore/pyproject.toml
# uv pip compile --universal --all-extras --exclude-newer 2024-07-01T21:15:14.067977Z --python-version 3.11 --resolution lowest-direct --override requirements/override.txt requirements/dev.in pyproject.toml docs/pyproject.toml pipeline/pyproject.toml scripts/pyproject.toml tests/pyproject.toml submodules/boilercore/pyproject.toml
-e .
# via -r requirements/dev.in
-e docs/
Expand Down Expand Up @@ -109,8 +109,9 @@ build==1.2.1
# via -r requirements/dev.in
cachetools==5.3.3
# via google-auth
cachier @ git+https://github.com/blakeNaccarato/cachier@0892f53dc8fd9fb8a7f959305a1a9ec692876dc0
cachier @ git+https://github.com/blakeNaccarato/cachier@db7f394a553a90944ca25c2d687771006e77a024
# via
# --override requirements/override.txt
# boilercore (submodules/boilercore/pyproject.toml)
# boilercv-tests (tests/pyproject.toml)
# boilercore
Expand Down Expand Up @@ -249,7 +250,7 @@ defusedxml==0.7.1
# via nbconvert
dictdiffer==0.9.0
# via dvc-data
dill==0.3.7
dill==0.3.8
# via
# boilercore (submodules/boilercore/pyproject.toml)
# boilercore
Expand Down Expand Up @@ -384,15 +385,15 @@ gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via scmrepo
gmpy2==2.1.5
gmpy2==2.2.0rc1
# via
# boilercore (submodules/boilercore/pyproject.toml)
# boilercore
google-api-core==2.19.1
# via
# google-cloud-core
# google-cloud-storage
google-auth==2.30.0
google-auth==2.31.0
# via
# gcsfs
# google-api-core
Expand Down Expand Up @@ -800,8 +801,6 @@ pathspec==0.12.1
# copier
# dvc
# scmrepo
pathtools==0.1.2
# via cachier
pexpect==4.9.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
# via ipython
pillow==10.3.0
Expand Down Expand Up @@ -1097,7 +1096,7 @@ scikit-image==0.21.0
# via
# boilercv-pipeline (pipeline/pyproject.toml)
# boilercv-pipeline
scipy==1.11.1
scipy==1.11.2
# via
# boilercv-pipeline (pipeline/pyproject.toml)
# boilercore (submodules/boilercore/pyproject.toml)
Expand Down Expand Up @@ -1125,7 +1124,7 @@ semver==3.0.2
# via gto
setproctitle==1.3.3
# via pytest-xdist
setuptools==70.1.1
setuptools==70.2.0
# via
# cachier
# fawltydeps
Expand Down
2 changes: 1 addition & 1 deletion tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"pytest-plt==1.1.1",
"pytest-xdist[psutil,setproctitle]==3.5.0",
# ? Other deps
"cachier @ git+https://github.com/blakeNaccarato/cachier@0892f53dc8fd9fb8a7f959305a1a9ec692876dc0", # Allows `dill` caching
"cachier @ git+https://github.com/blakeNaccarato/cachier@db7f394a553a90944ca25c2d687771006e77a024", # Allows `dill` caching
"matplotlib>=3.7.2",
"numpy>=1.24.4",
"pandas[hdf5,performance]>=2.2.2",
Expand Down

0 comments on commit 59d2f82

Please sign in to comment.