-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove our own conda and add Conda Python to CI tests (#143)
* conda python on ci * some min versions * pin ltl, use bash
- Loading branch information
1 parent
f3a7aad
commit 7639d4c
Showing
9 changed files
with
79 additions
and
206 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: adcc-dev | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
# Build | ||
- python | ||
- gcc_linux-64 =9.4 | ||
- gxx_linux-64 =9.4 | ||
- libtensorlight =3.0.1=hc894906_1 | ||
- pybind11 >=2.6 | ||
# Run | ||
- numpy >=1.14 | ||
- scipy >=1.2 | ||
- tqdm >=4.30 | ||
- h5py >=2.9 | ||
- opt_einsum >=3.0 | ||
# Tests | ||
- pandas >=0.25.0 | ||
- cppe >=0.3.1 | ||
- pytest | ||
- pytest-cov | ||
- pyyaml | ||
- lcov |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.