Skip to content

Commit

Permalink
Versioning improvements for python
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Oct 10, 2023
1 parent c0d5dde commit 16cad7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ classifiers = [
"Docs" = "https://nhsx.github.io/NHSSynth"

[tool.poetry.dependencies]
python = ">=3.9,<3.9.7 || >3.9.7,<3.12"
python = ">=3.9, !=3.9.7, <3.12"
pandas = "^2.0.1"
scikit-learn = "^1.2.2"
tqdm = "^4.65.0"
gower = "^0.1.2"
pyyaml = "^6.0"
torch = "2.0.0"
torch = ">=2.0.0, !=2.0.1, !=2.1.0"
opacus = "^1.4.0"
requests = "^2.31.0"
setuptools = "^68.0.0"
Expand Down

0 comments on commit 16cad7b

Please sign in to comment.