Skip to content

Commit

Permalink
Fixes for param 2.0 compatibility + bump min version (#30)
Browse files Browse the repository at this point in the history
* Check param ver 1 vs ver 2

* Howzit look?

* Mayhaps?

* Gut?

* Removing warnings

* What's the problem?

* Ok?

* Now look for minimal version

* Yes?

* 1.11?

* 1.12

* Put requirement in setup.cfg
  • Loading branch information
sdrobert committed Nov 30, 2023
1 parent 062854e commit cc5a0b7
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 106 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## v0.4.1

- Compatibility with param 2.0. Updated minimum version to 1.12
- Made deserialization error messages more informative
- Switched to GitHub workflows

Expand Down
15 changes: 15 additions & 0 deletions environment.yaml
@@ -0,0 +1,15 @@
name: pydrobert-param

channels:
- conda-forge

dependencies:
- python
- pytest
- ruamel.yaml>=0.15
- pyyaml
- numpy
- pytest
- pandas
- optuna
- param
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -22,7 +22,7 @@ package_dir =
= src
python_requires = >= 3.7
install_requires =
param>=1.9
param>=1.12

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit cc5a0b7

Please sign in to comment.