Skip to content

Commit

Permalink
Update for compatibility with Cherab core 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklovell committed Aug 27, 2024
1 parent 9578438 commit 6b73ad3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "oldest-supported-numpy", "cython==3.0a5", "raysect==0.7.1", "cherab==1.4"]
requires = ["setuptools", "oldest-supported-numpy", "cython~=3.0", "raysect==0.8.1.*", "cherab==1.5.*"]
build-backend="setuptools.build_meta"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cherab==1.4.0
raysect==0.7.1
cython==3.0a5
cherab==1.5.*
raysect==0.8.1.*
cython~=3.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name="cherab-solps",
version="1.2.1",
version="1.3.0.dev1",
license="EUPL 1.1",
namespace_packages=['cherab'],
description="Cherab spectroscopy framework: SOLPS submodule",
Expand All @@ -63,6 +63,6 @@
long_description_content_type="text/markdown",
packages=find_packages(),
include_package_data=True,
install_requires=["raysect==0.7.1", "cherab==1.4"],
install_requires=["raysect==0.8.1.*", "cherab==1.5.*"],
ext_modules=cythonize(extensions, force=force, compiler_directives=cython_directives),
)

0 comments on commit 6b73ad3

Please sign in to comment.