Skip to content

Commit

Permalink
Merge pull request #47 from lnls-sirius/remove-pyvisa
Browse files Browse the repository at this point in the history
Remove pyvisa and pyvisa-py
  • Loading branch information
fernandohds564 authored Feb 10, 2023
2 parents 8dab678 + 913847e commit a8456d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions dockerfile-templates/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ RUN pip-sirius install \
aiohttp \
bottleneck \
python-dateutil \
pyvisa:pkg_version_pyvisa \
pyvisa_py \
urllib3 \
scipy \
pydantic \
Expand Down
1 change: 0 additions & 1 deletion pkg-versions.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pkg_version_pip ==21.3.1
pkg_version_pyepics ==3.4.0
pkg_version_pcaspy ==0.7.3
pkg_version_pyvisa ==1.11.3
pkg_version_gpy ==1.10.0

pkg_version_python2_pip ==9.0.1
Expand Down
4 changes: 2 additions & 2 deletions tags.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ EPICS_BASE_TAG ?= base-3.15.6

# tags used for creating docker images
IMG_DEBIAN_TAG ?= bullseye-20211011
DEPLOY_TAG ?= 2023-02-07
DEPLOY_TAG ?= 2023-02-10

# image tags used for starting docker services
IMG_IOCS_LI_PS_TAG ?= 2022-12-03
IMG_PYTHON_TAG ?= 2022-12-03 # also used as base image for fac-epics
IMG_EPICS_TAG ?= 2022-12-03
IMG_DEPS_TAG ?= 2023-02-07
IMG_DEPS_TAG ?= 2023-02-10
IMG_IOCS_TAG ?= $(DEPLOY_TAG)

0 comments on commit a8456d3

Please sign in to comment.