Skip to content

Commit

Permalink
Python Server: Fix testing pinning girder version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Apr 17, 2024
1 parent 342b48d commit b138a41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ details, see the commit logs at https://github.com/girder/slicer_package_manager
Next Release
============

Server
^^^^^^

* Pin version of `girder` and `girder-hashsum-download` to have a reproducible setup.


0.8.0
=====

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
readme = readme_file.read()

requirements = [
'girder>=3.0.0a1',
'girder-hashsum-download>=3.0.0a1',
'girder==3.1.20',
'girder-hashsum-download==3.1.20',
]

setup(
Expand Down

0 comments on commit b138a41

Please sign in to comment.