Skip to content

Commit

Permalink
relax pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Sep 17, 2024
1 parent 15a3b62 commit 0c69006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build-system]
requires = [
"setuptools",
"setuptools_dso>=2.7a1,<=2.10; python_version<='3.11'",
"setuptools_dso>=2.7a1",
"setuptools_dso>=2.11a2; python_version>='3.12'",
"wheel",
"numpy>=1.7",
"Cython>=0.20",
"epicscorelibs==7.0.7.99.0.2; python_version<='3.11'",
"epicscorelibs>=7.0.3.99.2.0a1",
"epicscorelibs>=7.0.7.99.1.1a2; python_version>='3.12'",
"pvxslibs==1.3.1; python_version<='3.11'",
"pvxslibs>=1.3.1",
"pvxslibs>=1.3.2a1; python_version>='3.12'",
]

0 comments on commit 0c69006

Please sign in to comment.