Skip to content

Commit

Permalink
Merge branch 'master' into replace-distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb authored Jun 24, 2024
2 parents 17d593a + c88db3e commit 43e4cbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container_builds_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Build and push Docker image
if: env.BUILD_NEW_IMAGE == 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker_build_wheel/Dockerfile-${{ matrix.system }}${{ matrix.type }}_${{ matrix.arch }}
Expand Down
5 changes: 1 addition & 4 deletions requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ tables>=3.8,<5.0
rdflib>=4.2.1,<8
pint>=0.15,<1
pymongo>=4.4.0,<5

# There seems to be an issue with tripper 0.2.15
#tripper>=0.2.13,<0.3
tripper==0.2.15
tripper>=0.2.16,<0.2.17

requests>=2.10,<3
jinja2>=3.0,<4
Expand Down
2 changes: 1 addition & 1 deletion requirements_mappings.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requirements for property mappings
tripper>=0.2.14,<1
tripper>=0.2.16,<0.2.17
pint>=0.15,<1


Expand Down

0 comments on commit 43e4cbd

Please sign in to comment.