Skip to content

Commit

Permalink
fix: another test
Browse files Browse the repository at this point in the history
  • Loading branch information
julienroyd committed Feb 16, 2024
1 parent ea1db5d commit e688756
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 175 deletions.
210 changes: 105 additions & 105 deletions requirements/dev-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,108 +4,108 @@
#
# pip-compile-cross-platform requirements/dev-3.10.in --output-file requirements/dev-3.10.txt --min-python-version 3.10
#
absl-py==2.1.0
antlr4-python3-runtime==4.9.3
appdirs==1.4.4
bandit[toml]==1.7.7
black==24.2.0
blosc2==2.5.1
botorch==0.9.5
build==1.0.3
certifi==2024.2.2
cfgv==3.4.0
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
coverage[toml]==7.4.1
cvxopt==1.3.2
distlib==0.3.8
docker-pycreds==0.4.0
exceptiongroup==1.2.0
filelock==3.13.1
fsspec==2024.2.0
gitdb==4.0.11
gitpython==3.1.42
gpytorch==1.11
grpcio==1.60.1
identify==2.5.34
idna==3.6
iniconfig==2.0.0
isort==5.13.2
jaxtyping==0.2.25
jinja2==3.1.3
joblib==1.3.2
linear-operator==0.5.1
markdown-it-py==3.0.0
markdown==3.5.2
markupsafe==2.1.5
mdurl==0.1.2
mpmath==1.3.0
msgpack==1.0.7
multipledispatch==1.0.0
mypy-extensions==1.0.0
mypy==1.8.0
ndindex==1.8
networkx==3.2.1
nodeenv==1.8.0
numexpr==2.9.0
numpy==1.26.4
omegaconf==2.3.0
opt-einsum==3.3.0
packaging==23.2
pathspec==0.12.1
pbr==6.0.0
pillow==10.2.0
pip-compile-multi==2.6.3
pip-tools==7.3.0
pip==24.0
platformdirs==4.2.0
pluggy==1.4.0
pre-commit==3.6.1
protobuf==4.25.3
psutil==5.9.8
py-cpuinfo==9.0.0
pyarrow==15.0.0
pygments==2.17.2
pyparsing==3.1.1
pyproject-hooks==1.0.0
pyro-api==0.1.2
pyro-ppl==1.8.6
pytest-cov==4.1.0
pytest==8.0.0
pyyaml==6.0.1
rdkit==2023.9.5
requests==2.31.0
rich==13.7.0
ruff==0.2.1
scikit-learn==1.4.0
scipy==1.12.0
sentry-sdk==1.40.4
setproctitle==1.3.3
setuptools==69.1.0
six==1.16.0
smmap==5.0.1
stevedore==5.1.0
sympy==1.12
tables==3.9.2
tensorboard-data-server==0.7.2
tensorboard==2.16.1
tf-keras==2.15.0
threadpoolctl==3.3.0
tomli==2.0.1
toposort==1.10
torch-cluster==1.6.3
torch-geometric==2.4.0
torch-scatter==2.1.2
torch-sparse==0.6.18
torch==2.1.2
tqdm==4.66.2
triton==2.1.0
typeguard==2.13.3
types-pkg-resources==0.1.3
typing-extensions==4.9.0
urllib3==2.2.0
virtualenv==20.25.0
wandb==0.16.3
werkzeug==3.0.1
wheel==0.42.0
absl-py==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
antlr4-python3-runtime==4.9.3 ; python_version >= "3.10" and python_version < "4.0"
appdirs==1.4.4 ; python_version >= "3.10" and python_version < "4.0"
bandit[toml]==1.7.7 ; python_version >= "3.10" and python_version < "4.0"
black==24.2.0 ; python_version >= "3.10" and python_version < "4.0"
blosc2==2.5.1 ; python_version >= "3.10" and python_version < "4"
botorch==0.9.5 ; python_version >= "3.10" and python_version < "4.0"
build==1.0.3 ; python_version >= "3.10" and python_version < "4.0"
certifi==2024.2.2 ; python_version >= "3.10" and python_version < "4.0"
cfgv==3.4.0 ; python_version >= "3.10" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.10" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32" or os_name == "nt")
coverage[toml]==7.4.1 ; python_version >= "3.10" and python_version < "4.0"
cvxopt==1.3.2 ; python_version >= "3.10" and python_version < "4.0"
distlib==0.3.8 ; python_version >= "3.10" and python_version < "4.0"
docker-pycreds==0.4.0 ; python_version >= "3.10" and python_version < "4.0"
exceptiongroup==1.2.0 ; python_version >= "3.10" and python_version < "3.11"
filelock==3.13.1 ; python_version >= "3.10" and python_version < "4.0"
fsspec==2024.2.0 ; python_version >= "3.10" and python_version < "4.0"
gitdb==4.0.11 ; python_version >= "3.10" and python_version < "4.0"
gitpython==3.1.42 ; python_version >= "3.10" and python_version < "4.0"
gpytorch==1.11 ; python_version >= "3.10" and python_version < "4.0"
grpcio==1.60.1 ; python_version >= "3.10" and python_version < "4.0"
identify==2.5.34 ; python_version >= "3.10" and python_version < "4.0"
idna==3.6 ; python_version >= "3.10" and python_version < "4.0"
iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0"
isort==5.13.2 ; python_version >= "3.10" and python_version < "4.0"
jaxtyping==0.2.25 ; python_version >= "3.10" and python_version < "4.0"
jinja2==3.1.3 ; python_version >= "3.10" and python_version < "4.0"
joblib==1.3.2 ; python_version >= "3.10" and python_version < "4.0"
linear-operator==0.5.1 ; python_version >= "3.10" and python_version < "4.0"
markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
markdown==3.5.2 ; python_version >= "3.10" and python_version < "4.0"
markupsafe==2.1.5 ; python_version >= "3.10" and python_version < "4.0"
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
mpmath==1.3.0 ; python_version >= "3.10" and python_version < "4.0"
msgpack==1.0.7 ; python_version >= "3.10" and python_version < "4"
multipledispatch==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
mypy==1.8.0 ; python_version >= "3.10" and python_version < "4.0"
ndindex==1.8 ; python_version >= "3.10" and python_version < "4"
networkx==3.2.1 ; python_version >= "3.10" and python_version < "4.0"
nodeenv==1.8.0 ; python_version >= "3.10" and python_version < "4.0"
numexpr==2.9.0 ; python_version >= "3.10" and python_version < "4.0"
numpy==1.26.4 ; python_version >= "3.10" and python_version < "4.0"
omegaconf==2.3.0 ; python_version >= "3.10" and python_version < "4.0"
opt-einsum==3.3.0 ; python_version >= "3.10" and python_version < "4.0"
packaging==23.2 ; python_version >= "3.10" and python_version < "4.0"
pathspec==0.12.1 ; python_version >= "3.10" and python_version < "4.0"
pbr==6.0.0 ; python_version >= "3.10" and python_version < "4.0"
pillow==10.2.0 ; python_version >= "3.10" and python_version < "4.0"
pip-compile-multi==2.6.3 ; python_version >= "3.10" and python_version < "4.0"
pip-tools==7.3.0 ; python_version >= "3.10" and python_version < "4.0"
pip==24.0 ; python_version >= "3.10" and python_version < "4.0"
platformdirs==4.2.0 ; python_version >= "3.10" and python_version < "4.0"
pluggy==1.4.0 ; python_version >= "3.10" and python_version < "4.0"
pre-commit==3.6.1 ; python_version >= "3.10" and python_version < "4.0"
protobuf==4.25.3 ; python_version >= "3.10" and python_version < "4.0"
psutil==5.9.8 ; python_version >= "3.10" and python_version < "4.0"
py-cpuinfo==9.0.0 ; python_version >= "3.10" and python_version < "4.0"
pyarrow==15.0.0 ; python_version >= "3.10" and python_version < "4.0"
pygments==2.17.2 ; python_version >= "3.10" and python_version < "4.0"
pyparsing==3.1.1 ; python_version >= "3.10" and python_version < "4.0"
pyproject-hooks==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
pyro-api==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
pyro-ppl==1.8.6 ; python_version >= "3.10" and python_version < "4.0"
pytest-cov==4.1.0 ; python_version >= "3.10" and python_version < "4.0"
pytest==8.0.0 ; python_version >= "3.10" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "4.0"
rdkit==2023.9.5 ; python_version >= "3.10" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0"
rich==13.7.0 ; python_version >= "3.10" and python_version < "4.0"
ruff==0.2.1 ; python_version >= "3.10" and python_version < "4.0"
scikit-learn==1.4.0 ; python_version >= "3.10" and python_version < "4.0"
scipy==1.12.0 ; python_version >= "3.10" and python_version < "4.0"
sentry-sdk==1.40.4 ; python_version >= "3.10" and python_version < "4.0"
setproctitle==1.3.3 ; python_version >= "3.10" and python_version < "4.0"
setuptools==69.1.0 ; python_version >= "3.10" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"
smmap==5.0.1 ; python_version >= "3.10" and python_version < "4.0"
stevedore==5.1.0 ; python_version >= "3.10" and python_version < "4.0"
sympy==1.12 ; python_version >= "3.10" and python_version < "4.0"
tables==3.9.2 ; python_version >= "3.10" and python_version < "4.0"
tensorboard-data-server==0.7.2 ; python_version >= "3.10" and python_version < "4.0"
tensorboard==2.16.1 ; python_version >= "3.10" and python_version < "4.0"
tf-keras==2.15.0 ; python_version >= "3.10" and python_version < "4.0"
threadpoolctl==3.3.0 ; python_version >= "3.10" and python_version < "4.0"
tomli==2.0.1 ; python_full_version <= "3.11.0a6" and python_version >= "3.10"
toposort==1.10 ; python_version >= "3.10" and python_version < "4.0"
torch-cluster==1.6.3 ; python_version >= "3.10" and python_version < "4.0"
torch-geometric==2.4.0 ; python_version >= "3.10" and python_version < "4.0"
torch-scatter==2.1.2 ; python_version >= "3.10" and python_version < "4.0"
torch-sparse==0.6.18 ; python_version >= "3.10" and python_version < "4.0"
torch==2.1.2 ; python_version >= "3.10" and python_version < "4.0"
tqdm==4.66.2 ; python_version >= "3.10" and python_version < "4.0"
triton==2.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
typeguard==2.13.3 ; python_version >= "3.10" and python_version < "4.0"
types-pkg-resources==0.1.3 ; python_version >= "3.10" and python_version < "4.0"
typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "4.0"
urllib3==2.2.0 ; python_version >= "3.10" and python_version < "4.0"
virtualenv==20.25.0 ; python_version >= "3.10" and python_version < "4.0"
wandb==0.16.3 ; python_version >= "3.10" and python_version < "4.0"
werkzeug==3.0.1 ; python_version >= "3.10" and python_version < "4.0"
wheel==0.42.0 ; python_version >= "3.10" and python_version < "4.0"
140 changes: 70 additions & 70 deletions requirements/main-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,73 +4,73 @@
#
# pip-compile-cross-platform requirements/main-3.10.in --output-file requirements/main-3.10.txt --min-python-version 3.10
#
absl-py==2.1.0
antlr4-python3-runtime==4.9.3
appdirs==1.4.4
blosc2==2.5.1
botorch==0.9.5
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
cvxopt==1.3.2
docker-pycreds==0.4.0
filelock==3.13.1
fsspec==2024.2.0
gitdb==4.0.11
gitpython==3.1.42
gpytorch==1.11
grpcio==1.60.1
idna==3.6
jaxtyping==0.2.25
jinja2==3.1.3
joblib==1.3.2
linear-operator==0.5.1
markdown==3.5.2
markupsafe==2.1.5
mpmath==1.3.0
msgpack==1.0.7
multipledispatch==1.0.0
ndindex==1.8
networkx==3.2.1
numexpr==2.9.0
numpy==1.26.4
omegaconf==2.3.0
opt-einsum==3.3.0
packaging==23.2
pillow==10.2.0
protobuf==4.25.3
psutil==5.9.8
py-cpuinfo==9.0.0
pyarrow==15.0.0
pyparsing==3.1.1
pyro-api==0.1.2
pyro-ppl==1.8.6
pyyaml==6.0.1
rdkit==2023.9.5
requests==2.31.0
scikit-learn==1.4.0
scipy==1.12.0
sentry-sdk==1.40.4
setproctitle==1.3.3
setuptools==69.1.0
six==1.16.0
smmap==5.0.1
sympy==1.12
tables==3.9.2
tensorboard-data-server==0.7.2
tensorboard==2.16.1
tf-keras==2.15.0
threadpoolctl==3.3.0
torch-cluster==1.6.3
torch-geometric==2.4.0
torch-scatter==2.1.2
torch-sparse==0.6.18
torch==2.1.2
tqdm==4.66.2
triton==2.1.0
typeguard==2.13.3
typing-extensions==4.9.0
urllib3==2.2.0
wandb==0.16.3
werkzeug==3.0.1
absl-py==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
antlr4-python3-runtime==4.9.3 ; python_version >= "3.10" and python_version < "4.0"
appdirs==1.4.4 ; python_version >= "3.10" and python_version < "4.0"
blosc2==2.5.1 ; python_version >= "3.10" and python_version < "4"
botorch==0.9.5 ; python_version >= "3.10" and python_version < "4.0"
certifi==2024.2.2 ; python_version >= "3.10" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.10" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
cvxopt==1.3.2 ; python_version >= "3.10" and python_version < "4.0"
docker-pycreds==0.4.0 ; python_version >= "3.10" and python_version < "4.0"
filelock==3.13.1 ; python_version >= "3.10" and python_version < "4.0"
fsspec==2024.2.0 ; python_version >= "3.10" and python_version < "4.0"
gitdb==4.0.11 ; python_version >= "3.10" and python_version < "4.0"
gitpython==3.1.42 ; python_version >= "3.10" and python_version < "4.0"
gpytorch==1.11 ; python_version >= "3.10" and python_version < "4.0"
grpcio==1.60.1 ; python_version >= "3.10" and python_version < "4.0"
idna==3.6 ; python_version >= "3.10" and python_version < "4.0"
jaxtyping==0.2.25 ; python_version >= "3.10" and python_version < "4.0"
jinja2==3.1.3 ; python_version >= "3.10" and python_version < "4.0"
joblib==1.3.2 ; python_version >= "3.10" and python_version < "4.0"
linear-operator==0.5.1 ; python_version >= "3.10" and python_version < "4.0"
markdown==3.5.2 ; python_version >= "3.10" and python_version < "4.0"
markupsafe==2.1.5 ; python_version >= "3.10" and python_version < "4.0"
mpmath==1.3.0 ; python_version >= "3.10" and python_version < "4.0"
msgpack==1.0.7 ; python_version >= "3.10" and python_version < "4"
multipledispatch==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
ndindex==1.8 ; python_version >= "3.10" and python_version < "4"
networkx==3.2.1 ; python_version >= "3.10" and python_version < "4.0"
numexpr==2.9.0 ; python_version >= "3.10" and python_version < "4.0"
numpy==1.26.4 ; python_version >= "3.10" and python_version < "4.0"
omegaconf==2.3.0 ; python_version >= "3.10" and python_version < "4.0"
opt-einsum==3.3.0 ; python_version >= "3.10" and python_version < "4.0"
packaging==23.2 ; python_version >= "3.10" and python_version < "4.0"
pillow==10.2.0 ; python_version >= "3.10" and python_version < "4.0"
protobuf==4.25.3 ; python_version >= "3.10" and python_version < "4.0"
psutil==5.9.8 ; python_version >= "3.10" and python_version < "4.0"
py-cpuinfo==9.0.0 ; python_version >= "3.10" and python_version < "4.0"
pyarrow==15.0.0 ; python_version >= "3.10" and python_version < "4.0"
pyparsing==3.1.1 ; python_version >= "3.10" and python_version < "4.0"
pyro-api==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
pyro-ppl==1.8.6 ; python_version >= "3.10" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "4.0"
rdkit==2023.9.5 ; python_version >= "3.10" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0"
scikit-learn==1.4.0 ; python_version >= "3.10" and python_version < "4.0"
scipy==1.12.0 ; python_version >= "3.10" and python_version < "4.0"
sentry-sdk==1.40.4 ; python_version >= "3.10" and python_version < "4.0"
setproctitle==1.3.3 ; python_version >= "3.10" and python_version < "4.0"
setuptools==69.1.0 ; python_version >= "3.10" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"
smmap==5.0.1 ; python_version >= "3.10" and python_version < "4.0"
sympy==1.12 ; python_version >= "3.10" and python_version < "4.0"
tables==3.9.2 ; python_version >= "3.10" and python_version < "4.0"
tensorboard-data-server==0.7.2 ; python_version >= "3.10" and python_version < "4.0"
tensorboard==2.16.1 ; python_version >= "3.10" and python_version < "4.0"
tf-keras==2.15.0 ; python_version >= "3.10" and python_version < "4.0"
threadpoolctl==3.3.0 ; python_version >= "3.10" and python_version < "4.0"
torch-cluster==1.6.3 ; python_version >= "3.10" and python_version < "4.0"
torch-geometric==2.4.0 ; python_version >= "3.10" and python_version < "4.0"
torch-scatter==2.1.2 ; python_version >= "3.10" and python_version < "4.0"
torch-sparse==0.6.18 ; python_version >= "3.10" and python_version < "4.0"
torch==2.1.2 ; python_version >= "3.10" and python_version < "4.0"
tqdm==4.66.2 ; python_version >= "3.10" and python_version < "4.0"
triton==2.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
typeguard==2.13.3 ; python_version >= "3.10" and python_version < "4.0"
typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "4.0"
urllib3==2.2.0 ; python_version >= "3.10" and python_version < "4.0"
wandb==0.16.3 ; python_version >= "3.10" and python_version < "4.0"
werkzeug==3.0.1 ; python_version >= "3.10" and python_version < "4.0"

0 comments on commit e688756

Please sign in to comment.