Skip to content

Commit

Permalink
Bumping deps (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus authored Jun 7, 2023
1 parent 1340247 commit 5a45ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- numpy >=1.15.0
- pre-commit
- prettytable
- python
- python >=3.10
- pyyaml
- setuptools_scm
- sphinx
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Simple dataset management"
dynamic = ["version"]
name = "shelephant"
readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.10"

[project.scripts]
shelephant = "shelephant.cli:_shelephant_main"
Expand Down

0 comments on commit 5a45ce3

Please sign in to comment.