Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmullen committed Jun 21, 2024
1 parent 3849dd8 commit f5f6dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ executors:
toxandnode:
working_directory: ~/project
docker:
- image: girder/tox-and-node
- image: girder/girder_test:py38-node16
commands:
tox:
description: "Run tox"
parameters:
env:
type: string
steps:
- run:
name: Upgrade pip
command: pip install -U pip
- run:
name: Upgrade virtualenv and tox
command: pip install -U virtualenv tox
Expand Down
4 changes: 2 additions & 2 deletions girder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.12',
],
install_requires=[
'girder>=3.1.18',
'girder-jobs>=3.0.3',
'girder>=5',
'girder-jobs>=5',
f'large_image{limit_version}',
],
extras_require={
Expand Down

0 comments on commit f5f6dcf

Please sign in to comment.