Skip to content

Commit

Permalink
add isntall_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Apr 4, 2024
1 parent b2ff56c commit 6541682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/0001-wheels.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ new file mode 100644
index 000000000..82d74ad7a
--- /dev/null
+++ b/wrappers/python/openmm-cuda/setup.py
@@ -0,0 +1,12 @@
@@ -0,0 +1,13 @@
+from setuptools import setup, find_packages
+
+cuda_ver = r"@CUDAToolkit_VERSION@"
Expand All @@ -40,6 +40,7 @@ index 000000000..82d74ad7a
+ name=f"openmm-cuda",
+ version=f"@OPENMM_VERSION@.{cuda_ver}",
+ packages=find_packages(),
+ install_requires=["openmm==@OPENMM_VERSION@"],
+)
diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py
index d2a147065..4cbac13a8 100644
Expand Down

0 comments on commit 6541682

Please sign in to comment.