stfc / janus

collection of scripts to train and generate data for machine learnt interatomic potentials
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Update dependencies #68

Closed ElliottKasoar closed 8 months ago

ElliottKasoar commented 1 year ago

Updates certifi and Pygments to address security issues: https://github.com/stfc/CC_HDNNP/security/dependabot.

Also moves [tool.poetry.dev-dependencies] dependencies to [tool.poetry.group.dev.dependencies], both for consistency and since dev-dependencies will be depreciated "soon". Note: group.dev.dependencies requires Poetry >= 1.2.0, but as both forms of grouping were already present, this was already the case.

Similarly, updates tornado and GitPython.