-
Notifications
You must be signed in to change notification settings - Fork 31
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
requirements: update networkx requirement from <3.1 to <3.2 #2620
Merged
Conversation
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
Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](networkx/networkx@networkx-0.23...networkx-3.1) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
@dependabot squash and merge |
kmantel
added a commit
to kmantel/PsyNeuLink
that referenced
this pull request
Apr 14, 2023
* origin/devel: tests: remove asserts using zip loops where possible tests: replace all unaffected assert np.allclose with np.testing.assert_allclose tests: replace assert np.allclose with np.testing.assert_allclose where tolerance fails tests: test_gating_with_composition: fix allclose tests: test_log: fix allclose shape tests: test_rpy.py test_multilayer: fix allclose tests: test_reset_run_2darray: fix allclose tests: test_transfer_mech_array_var_normal_array_noise: fix allclose tests: test_single_array: fix allclose tests: test_connect_outer_composition_to_only_input_node_in_inner_comp_option2: fix allclose tests: test_AGTUtility_valid: fix allclose tests: test_target_dict_spec_single_trial_scalar_and_lists_rl: fix allclose tests: test_transfer_mech_func: fix allclose tests: test_input_specification_multiple_nested_compositions: fix allclose tests: test_input_not_provided_to_run: fix allclose tests: test_example_11: fix allclose tests: test_buffer_standalone: fix allclose tests: test_assign_value: fix allclose tests: TestRunInputSpecifications::test_2_mechanisms_input_5: fix allclose tests: test_integrator_multiple_input: fix allclose tests: tests_output_port_variable_spec_composition: fix allclose tests: test_output_ports: fix allclose tests: test_LCAMechanism_threshold: fix allclose tests: test_user_def_func_numpy: match 2d output to 2d input tests: test_linear_combination_function_in_mechanism: fix allclose tests: test_connect_compositions_with_simple_states: fix allclose tests: TestInputSpecifications test_run_2_mechanisms_reuse_input: fix allclose tests: TestRun test_run_2_mechanisms_reuse_input: fix allclose tests: TestRunInputSpecifications test_run_2_mechanisms_reuse_input: fix allclose tests: test_nested_transfer_mechanism_composition_parallel shape mismatch Fix test_ddm_mechanism TestInputPorts Fix test_reset_run_array Fix TestReduce Fix test_reset_state_integrator_mechanism Fix more execute tests. Fix more composition.run() tests. Fix test_four_level_nested_transfer_mechanism_composition_parallel Fix test_processing_mechanism_function tests: allclose changes Fix log tests tests: allclose changes Fix expected 3D outputs Fix test_run_no_inputs tests: allclose changes tests: allclose changes tests: allclose changes Fix expected results shape tests: test_nested_composition_run_trials_inputs: undo disable test parametrizations tests: allclose changes tests: test_documentation_models: reenable parametrizations github-actions: Add job running --benchmark-enable tests/AudodiffComposition: Add helper function to return the first set of learning results github-actions: Run all tests with --fp-precision=fp32 tests/Autodiff: Check for execution mode PyTorch in test_optimizer specs tests/control: FP32 should only be used in compiled tests tests/xor_training_identicalness: Convert to use autodiff_mode tests/MemoryFunction: Prefer np.testing.assert_equal to assert np.all(==) test/AutodiffComposition: Use np.testing.assert_equal instead of assert np.all(==) requirements: update beartype requirement from <0.13.0 to <0.14.0 (PrincetonUniversity#2625) requirements: update pytest requirement from <7.2.3 to <7.3.1 (PrincetonUniversity#2627) requirements: Drop grpcio-tools requirements: Add protobuf to dependency list {dev,tutorial}_requirements: Use sharp inequality for jupyter upper bound dev_requirements: Use sharp inequality of pytest-profiling upper bound requirements: Sort alphabetically requirements: Use sharp inequality for leabra-psyneulink upper bound requirements: Fix dill dependency upper bound requirements: Use sharp inequality for bear type upper bound Tentative learning branch (PrincetonUniversity#2623) tests/llvm/multiple_executions: Use np.testing.assert_allclose to check resutls (PrincetonUniversity#2621) requirements: update pandas requirement from <1.5.4 to <2.0.1 (PrincetonUniversity#2619) Add back rate validation in constructor. Add back validation I added for offset. Remove validation I added for offset. Add validate methods as kmantel suggests requirements: update pillow requirement from <9.5.0 to <9.6.0 (PrincetonUniversity#2618) Remove typecheck-decorator requirment. Fix some annotations. requirements: update networkx requirement from <3.1 to <3.2 (PrincetonUniversity#2620) Nback (PrincetonUniversity#2617) Fix/contentaddressablememory empty entry (PrincetonUniversity#2616) Fix some annotations on learning methods. Fix some issues with merge of composition. Fix type annotation on _get_port_value_labels Remove check_user_specified in places. Replace typecheck decorator with beartype Add typecheck decorator back temporarily llvm: Add human readable name to _node_wrapper instances llvm: Use WeakRefDictionary for node wrappers llvm/builder_context: Use proxy object for _node_wrapper owning composition remove redefinition of ENTROPY keyword Raise KeyError on MechanismList.__seitem__ fix some lgtm errors remove unused imports revert ci testing changes completely for now. Fix codestyle errors. Revert back to testing on Python 3.9. Fix specifcation of Python 3.10 in ci workflow Fixes for Python 3.7 Enable tests for python 3.10 in CI. Add beartype for runtime type checking. Replace typecheck import with beartype Removed all the tc.optional typecheck annotations replaced all typecheck enums with Literal Replace is_function_type with static type Replace is_pref_set with static type Replace parameter_spec with static type. Remove dead code in parameter_spec ran some regexes to replace easy type hints fix for some tests that expect runtime type checks Comment out all typecheck decorations.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on networkx to permit the latest version.
Commits
9210d9c
Designate 3.1 release13ea1f1
Prep 3.1 release8776211
Draft release notes (#6621)7297ae8
Fix typos (#6620)c55f870
Resolve NXEP4 with justification for not implementing it. (#6617)020eaf6
Fix module docstring format for ismags reference article. (#6611)cf7158e
Better default alpha value for viz attributes in gexf writer (#6612)7366c9f
Minor docs/test maintenance (#6614)f26a170
Fixed method description in ismags.py (#6600)6574d58
corrections to docstring ofweisfeiler_lehman_subgraph_hashes
(#6598)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)