Skip to content

Commit

Permalink
change pythoncall version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Feb 21, 2024
1 parent 455aae4 commit db3d404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN jill install 1.10 --confirm

# Helpful Development Packages

RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "PythonCall",version = "0.9.15"))'
RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "PythonCall",version = "0.8.0"))'
RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "JSON",version = "0.21.4"))'
RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "BattMo",version = "0.1.6"))'
#RUN julia -e 'using Pkg; Pkg.add("BattMo")'
Expand Down

0 comments on commit db3d404

Please sign in to comment.