-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 5d8457c4495491490ed220564e1002284f0a9215 Author: David Meyer <[email protected]> Date: Fri Feb 9 12:09:00 2024 -0500 Merge pull request #112 from dihm/setuptools_scm_fix Ensure setuptools_scm always uses `release-branch-semver`. commit 03c7e19c7afa35fc088212907f5fbb714007162a Author: David Meyer <[email protected]> Date: Fri Feb 9 12:05:59 2024 -0500 Merge pull request #113 from dihm/update_workflow Update workflow pins to upgrade node.js to 20. commit 0ab9b30678e4bc5582c791e67659618b30ad6211 Author: David Meyer <[email protected]> Date: Thu Jan 18 20:59:22 2024 -0500 Merge pull request #111 from dihm/rtd_build Modernize RTD build commit 00ffd6c498178e11a7c8fa275632543126313db9 Author: David Meyer <[email protected]> Date: Thu Oct 12 16:17:57 2023 -0400 Merge pull request #110 from dihm/get_shot_globals_deprecation Get shot globals deprecation
- Loading branch information
Showing
8 changed files
with
41 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[build-system] | ||
requires = ["setuptools", "wheel", "setuptools_scm"] | ||
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[tool.setuptools_scm] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters