Skip to content

Commit

Permalink
Rollback python versioning to master, 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jessbade committed Nov 2, 2023
1 parent 7ed05af commit dd79e82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion envs/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- openbabel >=3.0.0
- openmpi
- pandas >=1.1.4
- python >=3.9
- python =3.9
- rdkit >=2023.09.1
- snakemake >=6.3.0
- statsmodels >=0.11.1
Expand Down
2 changes: 1 addition & 1 deletion envs/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- openbabel >=3.0.0
- openmpi
- pandas >=1.1.4
- python >=3.9
- python =3.9
- rdkit >=2023.09.1
- snakemake >=6.3.0
- statsmodels >=0.11.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author_email='sean.colby@pnnl.gov',
license=license,
packages=pkgs,
python_requires=">=3.9",
python_requires="==3.9.*",
install_requires=install_requires,
classifiers=[
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit dd79e82

Please sign in to comment.