Skip to content

Relaxes numpy requirements from <2 to free-form #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.9
- pip
- pip:
- numpy<2
- numpy
- rdkit
- biopython
- selfies
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- python=3.9
- pip
- pip:
- numpy<2
- numpy
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
keywords = ["optimization", "molecular", "discrete", "proteins"]
dependencies = [
"numpy<2",
"numpy",
"rdkit",
"selfies"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy<2
numpy
rdkit
selfies
2 changes: 1 addition & 1 deletion src/poli/core/chemistry/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- openbabel
- openmm
- pip:
- numpy<2
- numpy
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
- biopython
- python-levenshtein
Expand Down
2 changes: 1 addition & 1 deletion src/poli/objective_repository/aloha/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.9
- pip
- pip:
- numpy<2
- numpy
- selfies
- rdkit
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- openbabel
- openmm
- pip:
- numpy<2
- numpy
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
- biopython==1.81
- botorch==0.8.5
Expand Down
2 changes: 1 addition & 1 deletion src/poli/objective_repository/foldx_sasa/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- pip:
- biopython
- python-levenshtein
- numpy<2
- numpy
- pdb-tools
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- pip:
- biopython
- python-levenshtein
- numpy<2
- numpy
- pdb-tools
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- pip:
- biopython
- python-levenshtein
- numpy<2
- numpy
- pdb-tools
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
2 changes: 1 addition & 1 deletion src/poli/objective_repository/gfp_cbas/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pip:
- biopython
- python-levenshtein
- numpy<2
- numpy
- pandas
- scipy
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
Expand Down
2 changes: 1 addition & 1 deletion src/poli/objective_repository/gfp_select/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
- pip:
- biopython
- python-levenshtein
- numpy<2
- numpy
- pandas
- "git+https://github.com/MachineLearningLifeScience/poli.git@master"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- openbabel
- openmm
- pip:
- numpy<2
- numpy
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
- biopython==1.81
- botorch==0.8.5
Expand Down
2 changes: 1 addition & 1 deletion src/poli/objective_repository/rasp/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- make
- pip
- pip:
- numpy<2
- numpy
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
- biopython==1.72
- torch
Expand Down
2 changes: 1 addition & 1 deletion src/poli/objective_repository/rdkit_logp/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.9
- pip
- pip:
- numpy<2
- numpy
- rdkit
- selfies
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
2 changes: 1 addition & 1 deletion src/poli/objective_repository/rdkit_qed/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.9
- pip
- pip:
- numpy<2
- numpy
- rdkit
- selfies
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- pip:
- biopython
- python-levenshtein
- numpy<2
- numpy
- pdb-tools
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
2 changes: 1 addition & 1 deletion src/poli/objective_repository/sa_tdc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- openbabel
- openmm
- pip:
- numpy<2
- numpy
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
- biopython==1.81
- python-levenshtein==0.12.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies:
- conda-forge::openjdk
- pip
- pip:
- numpy<2
- numpy
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- python=3.9
- pip
- pip:
- numpy<2
- numpy
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
2 changes: 1 addition & 1 deletion src/poli/objective_repository/white_noise/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.9
- pip
- pip:
- numpy<2
- numpy
- selfies
- rdkit
- "git+https://github.com/MachineLearningLifeScience/poli.git@dev"
Loading