Skip to content

Commit

Permalink
Push to version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Nov 1, 2023
1 parent e330821 commit 5d19a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Ideally we would source tools/installPythonClient.R to not
# have to duplicate the synapseclient install code
# system2(paste("Rscript ", getwd(), "/tools/installPythonClient.R ", getwd(), sep=""))
PYTHON_CLIENT_VERSION <- '3.1.0'
PYTHON_CLIENT_VERSION <- '3.1.1'
reticulate::virtualenv_create('r-reticulate')
reticulate::use_virtualenv('r-reticulate')
reticulate::py_install(c("requests<3", "pandas~=2.0.0", "pysftp", "jinja2", "markupsafe"))
Expand Down
2 changes: 1 addition & 1 deletion tools/installPythonClient.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Author: bhoff
###############################################################################

PYTHON_CLIENT_VERSION <- '3.1.0'
PYTHON_CLIENT_VERSION <- '3.1.1'

args <- commandArgs(trailingOnly = TRUE)
baseDir<-args[1]
Expand Down

0 comments on commit 5d19a43

Please sign in to comment.