diff --git a/news/req.rst b/news/req.rst new file mode 100644 index 0000000..e606bbd --- /dev/null +++ b/news/req.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* Update requirements to use full release `libdiffpy` and remove wrong build dependencies. + +**Security:** + +* diff --git a/requirements/build.txt b/requirements/build.txt index dde224f..e69de29 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,4 +0,0 @@ -python -boost -numpy -# libobjcryst (if libdiffpy built with objcryst) diff --git a/requirements/conda.txt b/requirements/conda.txt index a9b021c..0f11dbe 100644 --- a/requirements/conda.txt +++ b/requirements/conda.txt @@ -1,4 +1,4 @@ -libdiffpy=1.4.1rc1 +libdiffpy libboost-devel libobjcryst pyobjcryst