Skip to content

Commit

Permalink
dependencies updated, python removed,setup.py removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Aug 31, 2023
1 parent ac5ab8e commit b58fca7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: shiver
name: shiver-pkg
channels:
- conda-forge
- mantid/label/nightly
Expand Down
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
name = "shiver"
description = "Spectroscopy Histogram Visualizer for Event Reduction"
dynamic = ["version"]
requires-python = ">=3.10"
dependencies = [
"mantidworkbench >= 6.6.20230517",
"pyoncat == 1.6.1"
"pyoncat ~= 1.6.1"
]

[tool.poetry]
Expand All @@ -29,6 +28,14 @@ build-backend = "setuptools.build_meta"
method = "git"
default-tag = "0.0.1"

[tool.versioningit.next-version]
method = "minor"

[tool.versioningit.format]
distance = "{next_version}.dev{distance}"
dirty = "{version}+d{build_date:%Y%m%d}"
distance-dirty = "{next_version}.dev{distance}+d{build_date:%Y%m%d%H%M}"

[tool.versioningit.write]
file = "src/shiver/_version.py"

Expand Down
8 changes: 0 additions & 8 deletions setup.py

This file was deleted.

0 comments on commit b58fca7

Please sign in to comment.