Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Turing #133

Closed

Conversation

ayushpatnaikgit
Copy link
Member

Update Turing to 0.30.7

Update Turing to 0.30.7
@sourish-cmi
Copy link
Collaborator

@ayushpatnaikgit I think some other package versions are also very old. I recommend updating the compat bump to the latest for the following packages. Let's check what happens in this PR?

DataFrames = "1". ---- Latest version: 1.6.1
Documenter = "0.27". --- Latest version 1.3.1
GLM = "1" --- Latest version 1.9.0
NLSolversBase = "7" --- Latest version 7.8.3
Optim = "1" --- Latest version 1.9.4
StatsAPI = "1". --- Latest version 1.7.0
StatsBase = "0.33" --- Latest version 0.34.2
StatsModels = "0.6" --- Latest version 0.7.3
Turing = "0.23.2, 0.24" --- Latest version 0.30.7
julia = "1" --- Latetst version 1.10.2

@sourish-cmi
Copy link
Collaborator

@ShouvikGhosh2048

I guess the issue is coming from workflow file. Particularly from the ci.yml file

I think we have to mention node20.js in workflow CI files

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions

Can you please look into this angle?

@ShouvikGhosh2048
Copy link
Collaborator

I think the issue is because of this.
Does the updating the Julia version in ci.yml to 1.7.3 fix this?

@sourish-cmi
Copy link
Collaborator

I think the issue is because of this. Does the updating the Julia version in ci.yml to 1.7.3 fix this?

Yes -- this could be a possibility. Let's try this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants